Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion onedrop-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0"
pollster = "0.3"

# Graphics
wgpu = "23.0"
wgpu = "29.0"

# Logging
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion onedrop-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion onedrop-renderer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading