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 17:07:47 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
82014a3abd
bevy
/
examples
/
app
/
empty_defaults.rs
6 lines
89 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
(
)
{
rename add_plugin_group to add_plugins (#773)
2020-11-03 03:01:17 +00:00
App
::
build
(
)
.
add_plugins
(
DefaultPlugins
)
.
run
(
)
;
add empty_defaults example
2020-03-28 01:00:21 +00:00
}
Reference in a new issue
Copy permalink