1

Initial project structure

This commit is contained in:
2024-10-04 16:39:28 +02:00
parent c535a9c375
commit 10ea59059e
6 changed files with 4555 additions and 3 deletions

15
Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "ant_sim"
version = "0.1.0"
edition = "2021"
[dependencies]
bevy = { version = "0.14.2", features = ["wayland", "dynamic_linking"] }
# 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