Skip to content

Commit 46aae9a

Browse files
committed
bumping git version
1 parent 561299c commit 46aae9a

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

Cargo.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,8 @@ copypasta = "0.8"
1313
glium = { version = "0.35.0", default-features = true }
1414
image = "0.23"
1515

16-
imgui = { version = "0.12", features = ["tables-api"] }
17-
imgui-glium-renderer = "0.13.0"
18-
imgui-winit-support = "0.13.0"
19-
20-
# Since the examples aren't included, it's very convenient to
21-
# make a patch here to test various things
22-
# [patch.crates-io]
23-
# imgui = { path = "path/to/local/imgui/here" }
16+
imgui-glium-renderer = { version = "0.13.0", git = "https://github.com/imgui-rs/imgui-glium-renderer" }
17+
imgui = { git = "https://github.com/imgui-rs/imgui-rs", version = "0.12", features = [
18+
"tables-api",
19+
] }
20+
imgui-winit-support = { version = "0.13", git = "https://github.com/imgui-rs/imgui-winit-support" }

0 commit comments

Comments
 (0)