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 acadf7c commit 719d0e5Copy full SHA for 719d0e5
Cargo.toml
@@ -2,9 +2,9 @@
2
name = "imgui-examples"
3
version = "0.1.0"
4
edition = "2021"
5
-description = "imgui crate examples using Glium backend"
6
-homepage = "https://github.com/imgui-rs/imgui-rs"
7
-repository = "https://github.com/imgui-rs/imgui-rs"
+description = "imgui example crate using `glium` + `winit`"
+homepage = "https://github.com/imgui-rs/imgui-examples"
+repository = "https://github.com/imgui-rs/imgui-examples"
8
license = "MIT OR Apache-2.0"
9
publish = false
10
0 commit comments