init commit

This commit is contained in:
Elmar Kresse
2025-07-04 22:25:08 +02:00
commit 698f4df450
6 changed files with 3279 additions and 0 deletions

21
Cargo.toml Normal file
View 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"