Skip to content

Commit

Permalink
Fix bytemuck dependency (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored Apr 24, 2023
1 parent c6a6a7f commit 59ed4d0
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.9"
bytemuck = { version = "1.9", features = ["min_const_generics"] }
crossbeam-queue = "0.3"
half = { version = "2", features = ["bytemuck"] }
libloading = "0.7"
Expand Down

0 comments on commit 59ed4d0

Please sign in to comment.