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
PR#73 added the v1_1_10 and v1_1_5 features, enabling one of these features will download or compile that version of MoltenVK instead of the version that is hardcoded in the current build script. This can be useful if a newer version of this crate uses a newer version of MoltenVK, but you want to use an older version due to reasons such as bugs or other problems with the newer version.
Fixed
PR#73 changed the build script so that ash-molten can be cross-compiled from non-macOS hosts, at least in the pre-compiled case, the compiled case is untested.
PR#74 resolved #70 by making the build script fail if the target os is not macos or ios.