mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
21 lines
637 B
TOML
21 lines
637 B
TOML
[package]
|
|
name = "imgui-sdl2-support"
|
|
version = "0.11.0"
|
|
edition = "2021"
|
|
authors = ["The imgui-rs Developers"]
|
|
description = "sdl2 support code for the imgui crate"
|
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
|
documentation = "https://docs.rs/imgui-sdl2-support"
|
|
license = "MIT OR Apache-2.0"
|
|
categories = ["gui"]
|
|
|
|
[dependencies]
|
|
imgui = { version = "0.11.0", path = "../imgui" }
|
|
sdl2 = "0.34.5"
|
|
|
|
[dev-dependencies]
|
|
glow = "0.13.1"
|
|
imgui-glow-renderer = { version = "0.11.0", path = "../imgui-glow-renderer" }
|
|
sdl2 = { version = "0.34.5", features = ["bundled", "static-link"] }
|