stone 0.0.1

A simple game 'engine' built on top of Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# will have compiled files and executables
/target/

# To store Cargo's subcommand output
Cargo.lock

# These are backup files generated by rustfmt
**/*.rs.bk

# all that start with a dot except .gitignore
.*
!.gitignore

# code editor
.vscode/

# project specific files
/scripts