mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
538234bd53
* Add new port ezfoundation * Update version registry for ezfoundation * Skip unsupported Linux and OSX build for ezfoundation * Add license field for ezfoundation * Update version registry for ezfoundation * Add supports spec in manifest * Update version registry Co-authored-by: Mark Keinz <makei@microsoft.com>
19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"name": "ezfoundation",
|
|
"version": "21.10",
|
|
"description": "Foundation library out of ezEngine",
|
|
"homepage": "https://ezengine.net/",
|
|
"license": "MIT",
|
|
"supports": "windows | uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|