mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
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:
committed by
Alexander Kalenik
parent
c84ff9f693
commit
bd97442771
10
vcpkg.json
10
vcpkg.json
@@ -32,7 +32,15 @@
|
||||
"platform": "android"
|
||||
},
|
||||
"sqlite3",
|
||||
"woff2"
|
||||
"woff2",
|
||||
{
|
||||
"name": "vulkan",
|
||||
"platform": "!android"
|
||||
},
|
||||
{
|
||||
"name": "vulkan-headers",
|
||||
"platform": "!android"
|
||||
}
|
||||
],
|
||||
"overrides": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user