mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-08 05:27:14 +09:00

In order to pass the proper pkg-config on aarch64 linux, we need to patch this port to use vcpkg's own find_tool infrastructure.
19 lines
384 B
JSON
19 lines
384 B
JSON
{
|
|
"name": "vulkan-loader",
|
|
"version": "1.3.280.0",
|
|
"description": "Vulkan Development Tools",
|
|
"homepage": "https://github.com/KhronosGroup/Vulkan-Loader",
|
|
"license": null,
|
|
"supports": "!android",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"vulkan-headers"
|
|
]
|
|
}
|