imgui-sdl3 0.2.0

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

[dependencies.imgui]
version = "0.12.0"

[dependencies.sdl3]
version = "0.14.36"

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

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

[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.2.0"