Skip to content

Release 0.14.0+1.1.10

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 16 Nov 16:34
· 11 commits to main since this release

Added

  • 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.