mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
74a4c99417
* [magnum-*] Remove accidentally generated parameter and optimized portfile.cmake * x-add-version * Use vcpkg_check_features * x-add-version
42 lines
791 B
JSON
42 lines
791 B
JSON
{
|
|
"name": "magnum-extras",
|
|
"version-string": "2020.06",
|
|
"port-version": 2,
|
|
"description": "Extras for magnum, C++11/C++14 graphics middleware for games and data visualization",
|
|
"homepage": "https://magnum.graphics/",
|
|
"license": null,
|
|
"dependencies": [
|
|
{
|
|
"name": "magnum",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"ui": {
|
|
"description": "Ui library",
|
|
"dependencies": [
|
|
{
|
|
"name": "corrade",
|
|
"features": [
|
|
"interconnect"
|
|
]
|
|
},
|
|
{
|
|
"name": "magnum",
|
|
"features": [
|
|
"text"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|