initial toying around with bevy
This commit is contained in:
commit
0e1061609c
4 changed files with 3295 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
[package]
|
||||
name = "pix_space"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.7" # make sure this is the latest version
|
Loading…
Add table
Add a link
Reference in a new issue