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 fa92209 commit 13e01e4Copy full SHA for 13e01e4
easy-imgui-sdl3/Cargo.toml
@@ -2,6 +2,12 @@
2
name = "easy-imgui-sdl3"
3
version = "0.19.0"
4
edition = "2024"
5
+description = "Binding of the SDL3+OpenGL3 Dear Imgui backends for the easy-imgui"
6
+license = "MIT"
7
+readme = "../README.md"
8
+repository = "https://github.com/rodrigorc/easy-imgui-rs"
9
+categories = ["gui"]
10
+keywords = ["imgui", "ui", "graphics", "sdl3"]
11
12
[features]
13
default = []
0 commit comments