Add profile.test options
This commit is contained in:
parent
4b12fcf045
commit
8ab9ab71e8
|
|
@ -8,9 +8,15 @@ edition = "2021"
|
|||
[profile.dev]
|
||||
panic = 'abort'
|
||||
|
||||
[profile.test]
|
||||
panic = 'abort'
|
||||
|
||||
[profile.dev.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[profile.test.package."*"]
|
||||
opt-level = 3
|
||||
|
||||
[dependencies]
|
||||
rand = "0.8.5"
|
||||
glam = { version = "0.27.0", features = ["approx", "fast-math", "rand"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user