mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
19 lines
649 B
TOML
19 lines
649 B
TOML
[package]
|
|
name = "imgui-examples"
|
|
version = "0.0.19"
|
|
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
|
|
description = "imgui crate examples"
|
|
homepage = "https://github.com/Gekkio/imgui-rs"
|
|
repository = "https://github.com/Gekkio/imgui-rs"
|
|
license = "MIT/Apache-2.0"
|
|
publish = false
|
|
|
|
[dev-dependencies]
|
|
gfx = "0.17"
|
|
gfx_window_glutin = "0.26"
|
|
glium = { version = "0.22", default-features = true }
|
|
glutin = "0.18"
|
|
imgui = { version = "0.0.19", path = "../" }
|
|
imgui-gfx-renderer = { version = "0.0.19", path = "../imgui-gfx-renderer" }
|
|
imgui-glium-renderer = { version = "0.0.19", path = "../imgui-glium-renderer" }
|