Files
wsg/lib/Cargo.toml
T
Jérôme Bousquié 82ea16d118 re-org en App
2026-07-07 16:42:37 +02:00

14 lines
303 B
TOML

[package]
name = "wsg-lib"
version = "0.1.0"
edition = "2024"
[lib]
path = "src/lib.rs"
[dependencies]
wgpu = "30.0.0" # Vérifiez la version la plus récente
winit = "0.29" # For window management — pinned to match examples
thiserror = "2"
bytemuck = { version = "1.25.0", features = ["derive"] }