The Nest
Explore
Sign in
Jengamon
bevy_games
simple_catwaiter
src
main.rs
0
Code
Changes
Tags
Discussions
main
use
bevy
::
prelude
::
*
;
fn
main
(
)
{
App
::
new
(
)
.
run
(
)
}