Skip to content

Commit 809b9e7

Browse files
committed
bumping with git deps
1 parent 7802f4e commit 809b9e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ license = "MIT OR Apache-2.0"
99
categories = ["gui", "rendering"]
1010

1111
[dependencies]
12-
imgui = { version = "0.12.0" }
12+
imgui = { version = "0.12.0", git = "https://github.com/imgui-rs/imgui-rs" }
1313
glow = "0.14"
1414
memoffset = "0.9"
1515

1616
[dev-dependencies]
1717
glutin = "0.32"
1818
glutin-winit = "0.5"
19-
imgui-winit-support = "0.13.0"
19+
imgui-winit-support = { version = "0.13.0", git = "https://github.com/imgui-rs/imgui-winit-support" }
2020
image = "0.23"
2121
raw-window-handle = "0.6.0"
2222
winit = { version = "0.30", features = ["rwh_06"] }

0 commit comments

Comments
 (0)