[package] name = "wsg-lib" version = "0.1.0" edition = "2024" [lib] path = "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"