Skip to content

Commit

Permalink
Update bytemuck
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Sep 24, 2023
1 parent d765c68 commit 91ace1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description = "Calculates the average colors in an image for color quantization
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
wgpu = "0.15"
bytemuck = { version = "1.12", features = ["derive", "extern_crate_alloc"] }
bytemuck = { version = "1.14", features = ["derive", "extern_crate_alloc"] }
anyhow = "1.0"
palette = "0.7"
log = "0.4"
Expand Down

0 comments on commit 91ace1e

Please sign in to comment.