vcpkg/ports/yoga/vcpkg.json
2024-01-19 11:57:07 -08:00

19 lines
372 B
JSON

{
"name": "yoga",
"version": "2.0.1",
"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
}
]
}