mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 14:59:07 +08:00
517adc7517
* [yoga] Add unofficial-yoga-config.cmake * x-add-version Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
20 lines
394 B
JSON
20 lines
394 B
JSON
{
|
|
"name": "yoga",
|
|
"version": "1.19.0",
|
|
"port-version": 1,
|
|
"description": "Yoga is a cross-platform layout engine which implements Flexbox",
|
|
"homepage": "https://github.com/facebook/yoga",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|