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
2025-02-18 06:58:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4ac2ed7cc6
bevy
/
examples
/
app
/
empty_defaults.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
add empty_defaults example
2020-03-27 18:00:21 -07:00
use
bevy
::
prelude
::
*
;
fn
main
(
)
{
pipelined rendering proof of concept
2021-04-11 13:13:07 -07:00
App
::
new
(
)
.
add_plugins
(
DefaultPlugins
)
.
run
(
)
;
add empty_defaults example
2020-03-27 18:00:21 -07:00
}
Reference in a new issue
Copy permalink