diff --git a/Cargo.toml b/Cargo.toml index dac60bb..260aaa5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,6 @@ edition = "2024" [dependencies] glfw = "0.60.0" -wgpu = "*" +wgpu = "27" pollster = "0.4.0" bytemuck = { version = "1.24.0", features = ["derive"] }