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-14 00:47:32 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5458c6daf4
bevy
/
examples
/
empty_defaults.rs
6 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
add empty_defaults example
2020-03-28 01:00:21 +00:00
use
bevy
::
prelude
::
*
;
fn
main
(
)
{
make window its own plugin and rename add_defaults to add_default_plugins
2020-04-04 19:40:32 +00:00
App
::
build
(
)
.
add_default_plugins
(
)
.
run
(
)
;
add empty_defaults example
2020-03-28 01:00:21 +00:00
}
Reference in a new issue
Copy permalink