I found a bug with building Vulkan support on Windows. Replacing println!("cargo:rustc-link-search=native={}/lib", vulkan_sdk_path); with println!("cargo:rustc-link-search={}/lib", vulkan_sdk_path); fixes it. Not sure if that breaks linux but it works here. Got it up and running on my AMD 5700XT
Holo Pengin
Asked on Mar 26, 2024
println!("cargo:rustc-link-search=native={}/lib", vulkan_sdk_path);
with println!("cargo:rustc-link-search={}/lib", vulkan_sdk_path);