aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vulkan-sdk-components/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/vulkan-sdk-components/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/vulkan-sdk-components/vcpkg.json')
-rw-r--r--vcpkg/ports/vulkan-sdk-components/vcpkg.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/vcpkg/ports/vulkan-sdk-components/vcpkg.json b/vcpkg/ports/vulkan-sdk-components/vcpkg.json
new file mode 100644
index 0000000..4832ac8
--- /dev/null
+++ b/vcpkg/ports/vulkan-sdk-components/vcpkg.json
@@ -0,0 +1,47 @@
+{
+ "$comment": "Dependencies extracted from e.g. https://sdk.lunarg.com/sdk/download/1.3.290.0/windows/config.json",
+ "name": "vulkan-sdk-components",
+ "version": "1.4.309.0",
+ "description": "Installs packages which are part of the Vulkan SDK.",
+ "license": null,
+ "supports": "!uwp & !xbox",
+ "dependencies": [
+ {
+ "name": "directx-dxc",
+ "platform": "windows"
+ },
+ "glm",
+ "glslang",
+ "jsoncpp",
+ {
+ "name": "mimalloc",
+ "platform": "windows"
+ },
+ "robin-hood-hashing",
+ "sdl2",
+ "shaderc",
+ "spirv-cross",
+ "spirv-headers",
+ "valijson",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ "volk",
+ "vulkan",
+ "vulkan-memory-allocator",
+ "vulkan-utility-libraries",
+ "vulkan-validationlayers"
+ ],
+ "features": {
+ "tools": {
+ "description": "Build Vulkan related tools",
+ "dependencies": [
+ "lunarg-vulkantools",
+ "spirv-reflect",
+ "spirv-tools",
+ "vulkan-tools"
+ ]
+ }
+ }
+}