Ash Molten Versions Save

🌋 Statically linked MoltenVK for Vulkan on Mac using Ash 🦀

0.19.0

1 month ago

Changed

  • PR#83 Upgrade ash to 0.38

0.18.0

2 months ago

Added

  • PR#82 Update MoltenVK to 1.2.8

MoltenVK-1.2.8

2 months ago

Prebuilt binaries MoltenVK 1.2.8

0.16.0

4 months ago

Added

  • PR#76 Update MoltenVK to 1.2.6

0.17.0

4 months ago

Added

  • PR#81 Update MoltenVK to 1.2.7

MoltenVK-1.2.7

4 months ago

Prebuilt binaries MoltenVK 1.2.7

0.15.0

6 months ago

Added

  • PR#75 Update MoltenVK to 1.2.2

MoltenVK-1.2.6

7 months ago

Prebuilt binaries MoltenVK 1.2.6

MoltenVK-1.2.2

1 year ago

Prebuilt binaries MoltenVK 1.2.2

0.14.0

1 year ago

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.