mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-25 16:25:31 +00:00
Fix bytemuck dependency (#2190)
This commit is contained in:
parent
c6a6a7fd23
commit
59ed4d04d4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user