Merge branch 'main' into renderer
Some checks are pending
Rust Checks / checks (push) Waiting to run
Rust Checks / checks (pull_request) Successful in 2m53s

This commit is contained in:
CoCo_Sol 2024-02-22 20:36:09 +00:00
commit 8b1e08c23f
2 changed files with 8 additions and 0 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