noted that the gfx backends are deprecated.

They'll be removed from this repo after publishing 0.8.0
This commit is contained in:
Jack Mac 2021-09-17 12:42:59 -04:00
parent 4809d031b7
commit 921a9d4ef0
2 changed files with 6 additions and 0 deletions

View File

@ -9,6 +9,9 @@ repository = "https://github.com/imgui-rs/imgui-rs"
license = "MIT/Apache-2.0"
publish = false
[badges]
maintenance = { status = "deprecated" }
[features]
opengl = ["imgui-gfx-renderer/opengl"]
# FIXME

View File

@ -14,6 +14,9 @@ opengl = []
directx = []
default = ["opengl"]
[badges]
maintenance = { status = "deprecated" }
[dependencies]
gfx = "0.18"
imgui = { version = "0.8.0", path = "../imgui" }