You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
469 B
20 lines
469 B
[package] |
|
name = "bevy-bloxel-test" |
|
version = "0.1.0" |
|
edition = "2021" |
|
|
|
# Enable a small amount of optimization in the dev profile. |
|
[profile.dev] |
|
opt-level = 1 |
|
|
|
# Enable a large amount of optimization in the dev profile for dependencies. |
|
[profile.dev.package."*"] |
|
opt-level = 3 |
|
|
|
[dependencies] |
|
bevy = { version = "0.15.3", features = [ "file_watcher", "embedded_watcher" ] } |
|
bitvec = "1.0.1" |
|
noise-functions = "0.8.1" |
|
overload = "0.1.1" |
|
rand = "0.9.0" |
|
zorder = "0.2.2"
|
|
|