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 7802f4e commit 809b9e7Copy full SHA for 809b9e7
Cargo.toml
@@ -9,14 +9,14 @@ license = "MIT OR Apache-2.0"
9
categories = ["gui", "rendering"]
10
11
[dependencies]
12
-imgui = { version = "0.12.0" }
+imgui = { version = "0.12.0", git = "https://github.com/imgui-rs/imgui-rs" }
13
glow = "0.14"
14
memoffset = "0.9"
15
16
[dev-dependencies]
17
glutin = "0.32"
18
glutin-winit = "0.5"
19
-imgui-winit-support = "0.13.0"
+imgui-winit-support = { version = "0.13.0", git = "https://github.com/imgui-rs/imgui-winit-support" }
20
image = "0.23"
21
raw-window-handle = "0.6.0"
22
winit = { version = "0.30", features = ["rwh_06"] }
0 commit comments