summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-06-05 21:50:56 +0200
committerHampusM <hampus@hampusmat.com>2026-06-05 21:50:56 +0200
commite5d67bf7e36671d290b19064f58bc11616c05b8b (patch)
treea529b876e4198bb470113837bfd6dca3fda3409e /engine/Cargo.toml
parent87015a4abcd45d6c69b289467c9e37426e1f0930 (diff)
feat(engine): add imgui ui supportHEADmaster
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"] }