diff --git a/onedrop-engine/Cargo.toml b/onedrop-engine/Cargo.toml index 42f4106..aa9586a 100644 --- a/onedrop-engine/Cargo.toml +++ b/onedrop-engine/Cargo.toml @@ -20,7 +20,7 @@ anyhow = "1.0" pollster = "0.3" # Graphics -wgpu = "23.0" +wgpu = "29.0" # Logging log = "0.4" diff --git a/onedrop-gui/Cargo.toml b/onedrop-gui/Cargo.toml index f8ca1bc..3cd61ba 100644 --- a/onedrop-gui/Cargo.toml +++ b/onedrop-gui/Cargo.toml @@ -18,7 +18,7 @@ onedrop-renderer = { path = "../onedrop-renderer" } # Window and events winit = "0.30" -wgpu = "23.0" +wgpu = "29.0" # Logging env_logger = "0.11" diff --git a/onedrop-renderer/Cargo.toml b/onedrop-renderer/Cargo.toml index e00a6be..c75c1f7 100644 --- a/onedrop-renderer/Cargo.toml +++ b/onedrop-renderer/Cargo.toml @@ -8,7 +8,7 @@ description = "GPU rendering pipeline for Milkdrop visualizations using wgpu" [dependencies] # GPU rendering -wgpu = "23.0" +wgpu = "29.0" bytemuck = { version = "1.14", features = ["derive"] } # Math