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