Merge branch 'main' into camera
Some checks failed
Rust Checks / checks (push) Failing after 5s

This commit is contained in:
CoCo_Sol 2024-02-27 17:44:38 +01:00
commit 30129438a2
3 changed files with 8 additions and 2 deletions

2
.cargo/config.toml Normal file
View file

@ -0,0 +1,2 @@
[build]
rustflags = ["-Z", "threads=8"]

View file

@ -10,3 +10,9 @@ missing_docs_in_private_items = "warn"
unwrap_in_result = "warn" unwrap_in_result = "warn"
unwrap_used = "warn" unwrap_used = "warn"
nursery = "warn" nursery = "warn"
[profile.dev]
opt-level = 1
[profile.dev.package."*"]
opt-level = 3

View file

@ -14,6 +14,4 @@ workspace = true
bevy = "0.12.1" bevy = "0.12.1"
bevy_egui = "0.24.0" bevy_egui = "0.24.0"
noise = "0.8.2" noise = "0.8.2"
num = "0.4.1"
partial-min-max = "0.4.0"
paste = "1.0.14" paste = "1.0.14"