This website works better with JavaScript.
Explore
Help
Sign In
games
/
game-jam-casino
Watch
1
Star
0
Fork
You've already forked game-jam-casino
0
Code
Issues
4
Pull Requests
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
b2ca08ce3f
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b2ca08ce3f'
${ noResults }
game-jam-casino
/
src
/
main.rs
8 lines
105 B
Rust
Raw
Blame
History
use
bevy
::
prelude
::
*
;
fn
main
(
)
{
App
::
new
(
)
.
add_plugins
(
DefaultPlugins
)
.
run
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink