rust_test icon indicating copy to clipboard operation
rust_test copied to clipboard

could not find `version` in `ash`

Open aardappel opened this issue 3 years ago • 1 comments

Followed your instructions exactly (did not have Rust nor VulkanSDK installed, so they are all the latests stable versions), and cargo run --release --bin rendersdf gives me:

error[E0432]: unresolved import `ash::version`
   --> C:\Users\woute\.cargo\registry\src\github.com-1ecc6299db9ec823\vk-mem-0.2.2\src\lib.rs:753:18
    |
753 |         use ash::version::{DeviceV1_0, DeviceV1_1, InstanceV1_0};
    |                  ^^^^^^^ could not find `version` in `ash`

For more information about this error, try `rustc --explain E0432`.
error: could not compile `vk-mem` due to previous error

aardappel avatar Feb 21 '22 21:02 aardappel

Found the same error in the github ash repo: https://github.com/MaikKlein/ash/issues/467

sbritorodr avatar Mar 19 '22 21:03 sbritorodr