mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-14 15:08:36 +00:00
5 lines
184 B
Markdown
5 lines
184 B
Markdown
# `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`
|