2019-04-21 19:41:14 -07:00

26 lines
805 B
TOML

[package]
name = "imgui-examples"
version = "0.0.23-pre"
edition = "2018"
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
[features]
opengl = ["imgui-gfx-renderer/opengl"]
directx = ["imgui-gfx-renderer/directx"]
default = ["opengl"]
[dev-dependencies]
gfx = "0.17"
gfx_window_glutin = "0.28"
glutin = "0.19"
imgui = { version = "0.0.23-pre", path = "../" }
imgui-gfx-renderer = { version = "0.0.23-pre", path = "../imgui-gfx-renderer" }
imgui-winit-support = { version = "0.0.23-pre", path = "../imgui-winit-support" }
[target.'cfg(windows)'.dev-dependencies]
gfx_window_dxgi = "0.17"