mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
- Various links now point at the new imgui-rs/imgui-rs github repo. - As discussed, the `authors` entry in Cargo.toml now uses same text that appears in `LICENSE-MIT`, and doesn't list anybody directly.
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