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-10 07:04:33 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
b113809fcd
bevy
/
examples
/
app
/
empty.rs
6 lines
61 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
(
)
{
replace appbuilder::new() with app::build()
2020-03-20 23:35:19 +00:00
App
::
build
(
)
.
run
(
)
;
rustfmt examples
2020-01-11 09:59:39 +00:00
}
Reference in a new issue
Copy permalink