Skip to content

Commit 7cef212

Browse files
committed
added patch notes
1 parent 9b29e14 commit 7cef212

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,9 @@ image = "0.23"
1515

1616
imgui = { version = "0.12", features = ["tables-api"] }
1717
imgui-glium-renderer = "0.13.0"
18-
imgui-winit-support = "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" }

0 commit comments

Comments
 (0)