mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 06:51:18 +08:00
a19f192c53
* [yoga] Bump to 2.0.0 * update version database
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "yoga",
|
|
"version": "2.0.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|