pineapple/externals/vcpkg/ports/eve/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
402 B
JSON
Executable file

{
"name": "eve",
"version-date": "2021-10-16",
"description": "EVE - the Expressive Vector Engine",
"homepage": "https://github.com/jfalcou/eve",
"documentation": "https://jfalcou.github.io/eve/html/pages.html",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}