diff options
| author | HampusM <hampus@hampusmat.com> | 2026-06-05 21:50:56 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-06-05 21:50:56 +0200 |
| commit | e5d67bf7e36671d290b19064f58bc11616c05b8b (patch) | |
| tree | a529b876e4198bb470113837bfd6dca3fda3409e /engine/Cargo.toml | |
| parent | 87015a4abcd45d6c69b289467c9e37426e1f0930 (diff) | |
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 4e3968b..9803978 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -50,6 +50,10 @@ version = "0.17.2" default-features = false features = ["wayland", "gtk3"] +[dependencies.dear-imgui-rs] +git = "https://github.com/HampusMat/dear-imgui-rs" +branch = "windows-always-static-libstdc++" + [build-dependencies] build-rs = "0.3.4" serde = { version = "1.0.228", features = ["derive"] } |
