From e5d67bf7e36671d290b19064f58bc11616c05b8b Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 5 Jun 2026 21:50:56 +0200 Subject: feat(engine): add imgui ui support --- engine/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engine/Cargo.toml') 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"] } -- cgit v1.2.3-18-g5258