From 9302bb4ff8272f5aada8efe4b2f2cac5098fb2da Mon Sep 17 00:00:00 2001 From: HampusM Date: Thu, 2 Jul 2026 17:32:24 +0200 Subject: build(engine): use upstream dear-imgui-rs commit with libstdc++ linking fix --- engine/Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'engine/Cargo.toml') 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" -- cgit v1.2.3-18-g5258