You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For ash-molten you can effectively add println!("cargo:rustc-link-lib=static=./path/to/your/libvulkan.a"); as suggested here (note that that PR is required on Ash 0.33 going forwards) in build.rs for your respective platform, and we'll probably try to figure out how to make dynamic and static linking as configurable as possible in #457, linked above already.
My platform's Vulkan driver is a static library. How do I plug that with ash?
The text was updated successfully, but these errors were encountered: