2017-12-23 14:25:43 +02:00

18 lines
573 B
TOML

[package]
name = "imgui-gfx-renderer"
version = "0.0.19-pre"
authors = ["Joonas Javanainen <joonas.javanainen@gmail.com>", "imgui-rs contributors"]
description = "gfx renderer for the imgui crate"
homepage = "https://github.com/Gekkio/imgui-rs"
repository = "https://github.com/Gekkio/imgui-rs"
license = "MIT/Apache-2.0"
categories = ["gui", "rendering"]
[badges]
travis-ci = { repository = "Gekkio/imgui-rs" }
[dependencies]
gfx = "0.16"
imgui = { version = "0.0.19-pre", path = "../" }
imgui-sys = { version = "0.0.19-pre", path = "../imgui-sys", features = ["gfx"] }