vcpkg/ports/yoga/vcpkg.json
2024-03-29 16:54:21 -07:00

18 lines
350 B
JSON

{
"name": "yoga",
"version": "3.0.2",
"description": "Yoga is a cross-platform layout engine which implements Flexbox",
"homepage": "https://github.com/facebook/yoga",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}