Meta: Add vulkan and vulkan-headers to vcpkg dependencies

Also require a specific ICU version to not run into unexpected problems.
This commit is contained in:
Andrew Kaster
2024-07-05 16:12:52 -06:00
committed by Alexander Kalenik
parent c84ff9f693
commit bd97442771
5 changed files with 16 additions and 6 deletions

View File

@@ -32,7 +32,15 @@
"platform": "android"
},
"sqlite3",
"woff2"
"woff2",
{
"name": "vulkan",
"platform": "!android"
},
{
"name": "vulkan-headers",
"platform": "!android"
}
],
"overrides": [
{