diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/directxmesh/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/directxmesh/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/directxmesh/vcpkg.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/vcpkg/ports/directxmesh/vcpkg.json b/vcpkg/ports/directxmesh/vcpkg.json new file mode 100644 index 0000000..c65958b --- /dev/null +++ b/vcpkg/ports/directxmesh/vcpkg.json @@ -0,0 +1,46 @@ +{ + "name": "directxmesh", + "version-date": "2025-10-27", + "description": "DirectXMesh geometry processing library", + "homepage": "https://github.com/Microsoft/DirectXMesh", + "documentation": "https://github.com/microsoft/DirectXMesh/wiki", + "license": "MIT", + "supports": "(windows & !arm32) | linux", + "dependencies": [ + { + "name": "directx-headers", + "platform": "mingw | linux" + }, + "directxmath", + { + "name": "ms-gdkx", + "platform": "xbox" + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "dx12": { + "description": "Build with DirectX12 support for Windows 10/Windows 11", + "dependencies": [ + { + "name": "directx-headers", + "platform": "windows & !xbox" + } + ] + }, + "spectre": { + "description": "Build Spectre-mitigated library" + }, + "tools": { + "description": "meshconvert command-line tool", + "supports": "windows & !uwp & !xbox" + } + } +} |