vcpkg/ports/yoga/vcpkg.json
Weihang Ding a19f192c53
[yoga] Bump to 2.0.0 (#32927)
* [yoga] Bump to 2.0.0

* update version database
2023-08-04 06:53:58 -07:00

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
}
]
}