mirror of
https://github.com/bevyengine/bevy
synced 2024-11-25 06:00:20 +00:00
Fix cargo run command for running examples (#471)
This commit is contained in:
parent
3b3b0195bc
commit
12e0e99900
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
These examples demonstrate the main features of Bevy and how to use them.
|
||||
To run an example, use the command `cargo run --example <Example>`, and add the option `--features x11` or `--features wayland` to force the example to run on a specific window compositor, e.g.
|
||||
```
|
||||
cargo run --features wayland hello_world
|
||||
cargo run --features wayland --example hello_world
|
||||
```
|
||||
|
||||
## Hello, World!
|
||||
|
|
Loading…
Reference in a new issue