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/directxtk/vcpkg.json | |
Diffstat (limited to 'vcpkg/ports/directxtk/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/directxtk/vcpkg.json | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/vcpkg/ports/directxtk/vcpkg.json b/vcpkg/ports/directxtk/vcpkg.json new file mode 100644 index 0000000..27e9656 --- /dev/null +++ b/vcpkg/ports/directxtk/vcpkg.json @@ -0,0 +1,52 @@ +{ + "name": "directxtk", + "version-date": "2025-10-27", + "description": "A collection of helper classes for writing DirectX 11.x code in C++.", + "homepage": "https://github.com/Microsoft/DirectXTK", + "documentation": "https://github.com/microsoft/DirectXTK/wiki", + "license": "MIT", + "supports": "windows & !xbox & !arm32", + "dependencies": [ + "directxmath", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "gameinput": { + "description": "Build using GameInput API for input processing", + "supports": "windows & x64 & !uwp", + "dependencies": [ + "gameinput" + ] + }, + "spectre": { + "description": "Build Spectre-mitigated library" + }, + "tools": { + "description": "MakeSpriteFont and xwbtool command-line tools", + "supports": "windows & !uwp & !xbox" + }, + "windows-gaming-input": { + "description": "Build using Windows.Gaming.Input for input processing", + "supports": "windows & !xbox" + }, + "xaudio2-8": { + "description": "Build with XAudio 2.8 support for Windows 8.x or later" + }, + "xaudio2-9": { + "description": "Build with XAudio 2.9 support for Windows 10/11" + }, + "xaudio2redist": { + "description": "Build with XAudio2Redist support for Windows 8.1 or later", + "dependencies": [ + "xaudio2redist" + ] + } + } +} |