12 lines
250 B
TOML
12 lines
250 B
TOML
|
[package]
|
||
|
name = "untitled_block_stacking_game"
|
||
|
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.12.0"
|
||
|
rand = "0.8.5"
|
||
|
lazy_static = "1.4.0"
|