-
Notifications
You must be signed in to change notification settings - Fork 440
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Compile failure on Manjaro Linux #1464
Comments
Hi, I encountered the same issue and solved it by upgrading the vulkan version to 0.20.0 and downgrading the Vulkan SDK from 1.2 to 1.1 |
@ProtoByter, @caandewiel Probably related to LMK if it works. I would also like to know if it works with SDK 1.2. We don't yet fully support version 1.2, but I suppose it shouldn't lead to failures like this at least. |
Just tested it, it does compile when I set the dependency of vulkano to: |
fixes compilation error see vulkano-rs/vulkano#1464
It seems that |
@alvinhochun Good point. Then we will have to yank other subproject too :/ ok, I will work on it, sorry for the issue. |
Template
main.rs
file that demonstrates the issue: Not relaventIssue
Whenever I try and use vulkano I just get these error from cargo:
I'm unsure if it something wrong with my setup but I followed the setup in the README so idk what's wrong
The text was updated successfully, but these errors were encountered: