Skip to content

Commit cc260c4

Browse files
committed
put some github stuff
1 parent 29d2b94 commit cc260c4

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
@@ -10,5 +10,5 @@ license = "MIT OR Apache-2.0"
1010
categories = ["gui"]
1111

1212
[dependencies]
13-
imgui = "0.12.0"
14-
winit = { version = "0.30", default-features = false }
13+
imgui = { git = "https://github.com/imgui-rs/imgui-rs", version = "0.12" }
14+
winit = { version = "0.30", default-features = false }

0 commit comments

Comments
 (0)