Merge pull request #472 from hpwxf/master

Fix typo in GFX examples
This commit is contained in:
Jonathan Spira 2021-09-05 15:02:28 -07:00 committed by GitHub
commit d382dbf7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`