There was an error while loading. Please reload this page.
1 parent 92c7719 commit 97de78aCopy full SHA for 97de78a
Runtime/Renderer.cpp
@@ -287,7 +287,7 @@ bool Renderer::_ResolveEffectsJson(const std::string& effectsJson) {
287
rapidjson::Document doc;
288
if (doc.Parse(effectsJson.c_str(), effectsJson.size()).HasParseError()) {
289
// 解析 json 失败
290
- Logger::Get().Error(fmt::format("解析 json 失败\n\t错误码:{}", doc.GetParseError()));
+ Logger::Get().Error(fmt::format("解析 json 失败\n\t错误码:{}", (int)doc.GetParseError()));
291
return false;
292
}
293
Runtime/conanfile.txt
@@ -1,10 +1,10 @@
1
[requires]
2
-fmt/8.1.1
+fmt/9.0.0
3
spdlog/1.10.0
4
muparser/2.3.2
5
yas/7.1.0
6
rapidjson/cci.20211112
7
-imgui/1.87
+imgui/1.88
8
zstd/1.5.2
9
10
[generators]
0 commit comments