init commit
This commit is contained in:
21
Cargo.toml
Normal file
21
Cargo.toml
Normal file
@ -0,0 +1,21 @@
|
||||
[package]
|
||||
name = "procedu"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[[bin]]
|
||||
name = "precdu"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
winit = { version = "0.30.11" }
|
||||
env_logger = "0.11.8"
|
||||
log = "0.4.27"
|
||||
wgpu = "25.0.2"
|
||||
pollster = "0.4.0"
|
||||
bytemuck = { version = "1.18", features = ["derive"] }
|
||||
rand = "0.9.1"
|
Reference in New Issue
Block a user