mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
imgui-gfx-examples
- Run with OpenGL backend:
cargo run --example gfx_hello_world - Run with DirectX backend:
cargo run --example gfx_hello_world --features directx --no-default-features