Skip to content

Commit

Permalink
Fix bytemuck dependency (#2173)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored Apr 1, 2023
1 parent 043dafd commit 22d26d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vulkano/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ahash = "0.8"
# When updating Ash, also update vk.xml to the same Vulkan patch version that Ash uses.
# All versions of vk.xml can be found at https://github.com/KhronosGroup/Vulkan-Headers/commits/main/registry/vk.xml.
ash = "^0.37.2"
bytemuck = "1.7"
bytemuck = "1.9"
crossbeam-queue = "0.3"
half = { version = "2", features = ["bytemuck"] }
libloading = "0.7"
Expand Down

0 comments on commit 22d26d6

Please # to comment.