vcpkg/ports/yoga/vcpkg.json
xiaozhuai, Weihang Ding 43aabb4f9b
[yoga] Bump to 1.19.0+20230215 (#29666)
* [yoga] Bump to 1.19.0+20230215

* update version database
2023-02-16 10:36:56 -08:00

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