diff --git a/imgui-gfx-examples/Cargo.toml b/imgui-gfx-examples/Cargo.toml index 5373cdc..97becf6 100644 --- a/imgui-gfx-examples/Cargo.toml +++ b/imgui-gfx-examples/Cargo.toml @@ -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 diff --git a/imgui-gfx-renderer/Cargo.toml b/imgui-gfx-renderer/Cargo.toml index a7c7664..4a486b6 100644 --- a/imgui-gfx-renderer/Cargo.toml +++ b/imgui-gfx-renderer/Cargo.toml @@ -14,6 +14,9 @@ opengl = [] directx = [] default = ["opengl"] +[badges] +maintenance = { status = "deprecated" } + [dependencies] gfx = "0.18" imgui = { version = "0.8.0", path = "../imgui" }