summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-07-02 17:32:24 +0200
committerHampusM <hampus@hampusmat.com>2026-07-02 17:32:24 +0200
commit9302bb4ff8272f5aada8efe4b2f2cac5098fb2da (patch)
tree73fae08fd255d9f4781760b66c1e013efd8c4e30 /engine
parent700f50ab8ea3927cf1de864986cb5c474aaacd25 (diff)
build(engine): use upstream dear-imgui-rs commit with libstdc++ linking fix
Diffstat (limited to 'engine')
-rw-r--r--engine/Cargo.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index f2efec4..67f59d8 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -46,8 +46,10 @@ default-features = false # The "fallback" feature should not be enabled
features = ["require-cas"]
[dependencies.dear-imgui-rs]
-git = "https://github.com/HampusMat/dear-imgui-rs"
-branch = "windows-always-static-libstdc++"
+git = "https://github.com/Latias94/dear-imgui-rs"
+# This commit has a fix for linking with libstdc++ on non-msvc Windows targets. When a
+# release with this fix is available, it should be used instead
+rev = "cd2425b699e746852757e9290257bbf09129cfa7"
[build-dependencies]
build-rs = "0.3.4"