first commit
This commit is contained in:
commit
ffb009b737
11 changed files with 863 additions and 0 deletions
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
|
@ -0,0 +1,19 @@
|
|||
[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
|
Loading…
Add table
Add a link
Reference in a new issue