mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
15 lines
516 B
TOML
15 lines
516 B
TOML
[package]
|
|
name = "imgui-gfx-renderer"
|
|
version = "0.0.14-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"]
|
|
|
|
[dependencies]
|
|
gfx = "0.16"
|
|
imgui = { version = "0.0.14-pre", path = "../" }
|
|
imgui-sys = { version = "0.0.14-pre", path = "../imgui-sys", features = ["gfx"] }
|