3 Commits

Author SHA1 Message Date
Dario 6b9d0e762c Change to 1.0.1 2026-01-29 20:08:46 -03:00
Dario db9f936720 Increase version number to 1.0.1-dev. 2026-01-29 20:08:19 -03:00
Darío f82b014a2b Add support for deprecated mods. (#221)
* Add always high poly model as deprecated mod.

* Add modern runtime with deprecated mods support.

* Update RecompFrontend for deprecated mod support.

* Switch deprecated mod.
2026-01-29 20:07:31 -03:00
+1 -1
View File
@@ -64,7 +64,7 @@
#include "../../lib/rt64/src/contrib/stb/stb_image.h"
const std::string version_string = "1.0.0";
const std::string version_string = "1.0.1";
template<typename... Ts>
void exit_error(const char* str, Ts ...args) {