vcpkg/ports/yoga/vcpkg.json
2024-06-26 20:17:19 -07:00

18 lines
350 B
JSON

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