This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
bevy
Watch
2
Star
0
Fork
You've already forked bevy
0
mirror of
https://github.com/bevyengine/bevy
synced
2024-11-22 12:43:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ffa0bbe9ee
bevy
/
examples
/
empty.rs
6 lines
66 B
Rust
Raw
Normal View
History
Unescape
Escape
add prelude
2020-01-14 03:20:58 +00:00
use
bevy
::
prelude
::
*
;
refactor app startup. AppBuilder. clean up examples
2020-01-11 09:46:51 +00:00
fn
main
(
)
{
add system stages to app builder
2020-01-14 20:37:01 +00:00
AppBuilder
::
new
(
)
.
run
(
)
;
rustfmt examples
2020-01-11 09:59:39 +00:00
}
Reference in a new issue
Copy permalink