Skip to content

Commit

Permalink
Fix docs link (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
louix authored Sep 21, 2023
1 parent 21b1386 commit 7ebd716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/apps/bevy-demo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# bevy-demo

This is just the [Bevy breakout example](https://github.com/bevyengine/bevy/blob/master/examples/game/breakout.rs) with a `#[mobile_entry_point]` attribute on `main`, which generates all the boilerplate `extern` functions for mobile.
This is just the [Bevy breakout example](https://github.com/bevyengine/bevy/blob/main/examples/games/breakout.rs) with a `#[mobile_entry_point]` attribute on `main`, which generates all the boilerplate `extern` functions for mobile.

To run this on desktop, just do `cargo run` like normal! For mobile, use `cargo android run` and `cargo apple run` respectively (or use `cargo android open` and `cargo apple open` to open in Android Studio and Xcode respectively).

Expand Down

0 comments on commit 7ebd716

Please sign in to comment.