vcpkg/ports/ezfoundation/vcpkg.json
tkeinz 538234bd53
[ezfoundation] Add new port (#25604)
* 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>
2022-07-11 15:13:28 -07:00

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
}
]
}