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