diff --git a/Cargo.toml b/Cargo.toml index 1a0a8b7..1f5e36f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ path = "examples/editor.rs" [dependencies] # Rendering -wgpu = "27" +wgpu = "28" winit = "0.30" glam = { version = "0.29", features = ["bytemuck", "serde"] } bytemuck = { version = "1.19", features = ["derive"] }