diff options
| author | HampusM <hampus@hampusmat.com> | 2026-07-02 17:32:24 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-07-02 17:32:24 +0200 |
| commit | 9302bb4ff8272f5aada8efe4b2f2cac5098fb2da (patch) | |
| tree | 73fae08fd255d9f4781760b66c1e013efd8c4e30 /engine | |
| parent | 700f50ab8ea3927cf1de864986cb5c474aaacd25 (diff) | |
build(engine): use upstream dear-imgui-rs commit with libstdc++ linking fix
Diffstat (limited to 'engine')
| -rw-r--r-- | engine/Cargo.toml | 6 |
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" |
