rust_test
rust_test copied to clipboard
could not find `version` in `ash`
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
Found the same error in the github ash repo: https://github.com/MaikKlein/ash/issues/467