Files
wsg/lib/Cargo.toml
T
Jérôme Bousquié 895965750f préparation phase 1.1
2026-08-01 21:25:43 +02:00

19 lines
406 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"] }
glam = "0.33"
slotmap = "1.0"
[dev-dependencies]
pollster = { version="0.4.0", features = ["macro"] }