aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/directxtk12/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/directxtk12/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/directxtk12/vcpkg.json')
-rw-r--r--vcpkg/ports/directxtk12/vcpkg.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/vcpkg/ports/directxtk12/vcpkg.json b/vcpkg/ports/directxtk12/vcpkg.json
new file mode 100644
index 0000000..ab8f499
--- /dev/null
+++ b/vcpkg/ports/directxtk12/vcpkg.json
@@ -0,0 +1,65 @@
+{
+ "name": "directxtk12",
+ "version-date": "2025-10-27",
+ "description": "A collection of helper classes for writing DirectX 12 code in C++.",
+ "homepage": "https://github.com/Microsoft/DirectXTK12",
+ "documentation": "https://github.com/microsoft/DirectXTK12/wiki",
+ "license": "MIT",
+ "supports": "windows & !arm32",
+ "dependencies": [
+ {
+ "name": "directx-dxc",
+ "host": true,
+ "platform": "windows & !xbox"
+ },
+ {
+ "name": "directx-headers",
+ "platform": "windows & !xbox"
+ },
+ "directxmath",
+ {
+ "name": "ms-gdkx",
+ "platform": "xbox"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "default-features": [
+ "xaudio2-9"
+ ],
+ "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 & (x64 | arm64 | arm64ec)"
+ },
+ "xaudio2-9": {
+ "description": "Build with XAudio 2.9 support for Windows 10/11"
+ },
+ "xaudio2redist": {
+ "description": "Build with XAudio2Redist",
+ "dependencies": [
+ "xaudio2redist"
+ ]
+ },
+ "xinput": {
+ "description": "Build using XInput for input processing",
+ "supports": "windows & !uwp & !xbox"
+ }
+ }
+}