build: cargo add bevy

This commit is contained in:
Christopher Willis-Ford 2022-09-30 14:04:34 -07:00
parent 9c502d0b7b
commit 4274ec5373
2 changed files with 3193 additions and 0 deletions

3192
Cargo.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -6,3 +6,4 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.8.1"