Skip to content

Commit 13e01e4

Browse files
committed
Fix SDL3 license and metadata.
1 parent fa92209 commit 13e01e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

easy-imgui-sdl3/Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "easy-imgui-sdl3"
33
version = "0.19.0"
44
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"]
511

612
[features]
713
default = []

0 commit comments

Comments
 (0)