We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4127781 commit d39cb90Copy full SHA for d39cb90
Cargo.toml
@@ -10,5 +10,5 @@ license = "MIT OR Apache-2.0"
10
categories = ["gui"]
11
12
[dependencies]
13
-imgui = { git = "https://github.com/imgui-rs/imgui-rs", version = "0.12" }
+imgui = "0.12"
14
winit = { version = "0.30.9", default-features = false }
0 commit comments