mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-17 08:28:44 +00:00
Fix typo error in README
This commit is contained in:
parent
b89414ef2e
commit
8d009b3217
@ -1,4 +1,4 @@
|
||||
# `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`
|
||||
- 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`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user