Update README: Fix example code for gfx-examples..

This commit is contained in:
haenno 2021-07-04 17:37:40 +02:00 committed by GitHub
parent 794ece8956
commit 623c4ef2ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,8 +102,8 @@ Examples for the gfx backend are under the imgui-gfx-examples directory.
cd imgui-gfx-examples
cargo test
cargo run --example hello_world
cargo run --example test_window
cargo run --example gfx_hello_world
cargo run --example gfx_test_window
```
Note to Windows users: You will need to use the *MSVC ABI* version of the Rust