Skip to content

Commit

Permalink
Update also image
Browse files Browse the repository at this point in the history
  • Loading branch information
hakolao committed Apr 4, 2024
1 parent 6150af6 commit 4f1a216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ trace = ["wgpu/trace"]
[dependencies]
indexmap = "2.2"
pollster = "0.3"
image = "0.24"
bytemuck = { version = "1.14", features = ["derive"] }
image = "0.25"
bytemuck = { version = "1.15", features = ["derive"] }
wgpu = { version = "0.19", default_features = true, features = ["naga-ir"] }
winit = { version = "0.29", features = ["rwh_05"] }
glam = "0.25"
Expand Down

0 comments on commit 4f1a216

Please sign in to comment.