mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:36:40 +08:00
18 lines
350 B
JSON
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
|
|
}
|
|
]
|
|
}
|