Skip to content

Commit 97de78a

Browse files
committed
chore: 更新依赖
1 parent 92c7719 commit 97de78a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎Runtime/Renderer.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ bool Renderer::_ResolveEffectsJson(const std::string& effectsJson) {
287287
rapidjson::Document doc;
288288
if (doc.Parse(effectsJson.c_str(), effectsJson.size()).HasParseError()) {
289289
// 解析 json 失败
290-
Logger::Get().Error(fmt::format("解析 json 失败\n\t错误码:{}", doc.GetParseError()));
290+
Logger::Get().Error(fmt::format("解析 json 失败\n\t错误码:{}", (int)doc.GetParseError()));
291291
return false;
292292
}
293293

‎Runtime/conanfile.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[requires]
2-
fmt/8.1.1
2+
fmt/9.0.0
33
spdlog/1.10.0
44
muparser/2.3.2
55
yas/7.1.0
66
rapidjson/cci.20211112
7-
imgui/1.87
7+
imgui/1.88
88
zstd/1.5.2
99

1010
[generators]

0 commit comments

Comments
 (0)