summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'engine/Cargo.toml')
-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"