imgui-sdl3 0.3.0

Integration of ImGui with SDL3
Documentation
[build-dependencies.shaderc]
version = "0.9.1"

[dependencies.glam]
optional = true
version = "0.30.5"

[dependencies.imgui]
version = "0.12.0"

[dependencies.mint]
optional = true
version = "0.5.9"

[dependencies.sdl3]
version = "0.14.40"

[dependencies.sdl3-sys]
version = "0.5.3"

[dev-dependencies]

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "imoguizmo"
path = "examples/imoguizmo.rs"
required-features = ["imoguizmo"]

[features]
default = []
imoguizmo = ["dep:mint", "dep:glam", "glam/mint"]

[lib]
name = "imgui_sdl3"
path = "src/lib.rs"

[package]
authors = ["florianvazelle"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["gui", "rendering", "graphics"]
description = "Integration of ImGui with SDL3"
edition = "2024"
keywords = ["imgui", "sdl3", "gui", "renderer"]
license = "MIT"
name = "imgui-sdl3"
readme = "README.md"
repository = "https://github.com/florianvazelle/imgui-sdl3"
version = "0.3.0"