mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
We can't promise forward compatibility with arbitrary versions, and 0.22 is already broken -> require 0.20 or 0.21, and let's upgrade to 0.22 properly later.
imgui-gfx-examples
- Run with OpenGL backend:
cargo run --example hello_gfx - Run with DirectX backend:
cargo run --example hello_gfx --features directx --no-default-features