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 9b29e14 commit 7cef212Copy full SHA for 7cef212
Cargo.toml
@@ -15,4 +15,9 @@ image = "0.23"
15
16
imgui = { version = "0.12", features = ["tables-api"] }
17
imgui-glium-renderer = "0.13.0"
18
-imgui-winit-support = "0.13.0"
+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