mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 15:38:28 +00:00
noted that the gfx backends are deprecated.
They'll be removed from this repo after publishing 0.8.0
This commit is contained in:
parent
4809d031b7
commit
921a9d4ef0
@ -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
|
||||
|
||||
@ -14,6 +14,9 @@ opengl = []
|
||||
directx = []
|
||||
default = ["opengl"]
|
||||
|
||||
[badges]
|
||||
maintenance = { status = "deprecated" }
|
||||
|
||||
[dependencies]
|
||||
gfx = "0.18"
|
||||
imgui = { version = "0.8.0", path = "../imgui" }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user