: 1
name: libmoltenvk-tests
version: 1.4.2+1
type: exe
language: c++
project: moltenvk
summary: Vulkan implementation on top of Apple's Metal (tests)
license: Apache-2.0
package-description-file: PACKAGE-README.md
url: https://github.com/KhronosGroup/MoltenVK
src-url: https://github.com/KhronosGroup/MoltenVK
package-url: https://github.com/build2-packaging/MoltenVK
package-email: packaging@build2.org ; Mailing list.
topics: graphics, vulkan, metal, c++
requires: c++17
requires: macos
requires: clang ; Objective-C++ and Metal frameworks (GCC is not supported)
builds: -static ; icd/ and direct-driver-loading/ dlopen libmoltenvk's shared library, which does not exist in a static-only build.
build-exclude: **-gcc**
build-include: macos**
build-exclude: ** ; ICD path through the Vulkan loader, macOS-only.
depends: * build2 >= 0.18.0
depends: * bpkg >= 0.18.0
depends: libvulkan-loader ^1.4.359
