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.
15 lines
311 B
15 lines
311 B
[package] |
|
name = "bevy-bloxel-classic" |
|
version = "0.1.0" |
|
edition = "2024" |
|
|
|
# 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 = "0.17"
|
|
|