19 lines
No EOL
344 B
TOML
19 lines
No EOL
344 B
TOML
[package]
|
|
name = "library-maths"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
winit = { version = "0.29", features = ["rwh_05"] }
|
|
env_logger = "0.10"
|
|
log = "0.4"
|
|
wgpu = "22.1.0"
|
|
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
|
|
bytemuck = "*"
|
|
rand = "*"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
|
|
[profile.dev]
|
|
opt-level = 2 |