mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-10 21:18:36 +00:00
21 lines
610 B
TOML
21 lines
610 B
TOML
[package]
|
|
name = "imgui-examples"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "imgui crate examples using Glium backend"
|
|
homepage = "https://github.com/imgui-rs/imgui-rs"
|
|
repository = "https://github.com/imgui-rs/imgui-rs"
|
|
license = "MIT OR Apache-2.0"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
copypasta = "0.8"
|
|
glium = { version = "0.34.0", default-features = true }
|
|
image = "0.23"
|
|
imgui = { path = "../imgui", features = ["tables-api"] }
|
|
|
|
[dependencies]
|
|
imgui-glium-renderer = "0.12.0"
|
|
# imgui-glium-renderer = { path = "../imgui-glium-renderer" }
|
|
# imgui-winit-support = { path = "../imgui-winit-support" }
|