diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-dawn/vcpkg.json')
| -rw-r--r-- | vcpkg/scripts/test_ports/vcpkg-ci-dawn/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-dawn/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-dawn/vcpkg.json new file mode 100644 index 0000000..4729e40 --- /dev/null +++ b/vcpkg/scripts/test_ports/vcpkg-ci-dawn/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "vcpkg-ci-dawn", + "version-date": "2025-09-28", + "description": "Validates dawn", + "license": null, + "supports": "!uwp & !android & !ios", + "dependencies": [ + "dawn", + "glfw3", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |