mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 05:01:37 +08:00
43aabb4f9b
* [yoga] Bump to 1.19.0+20230215 * update version database
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "yoga",
|
|
"version": "1.19.0+20230215",
|
|
"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
|
|
}
|
|
]
|
|
}
|