vcpkg/ports/zycore/vcpkg.json

19 lines
404 B
JSON
Raw Normal View History

{
"name": "zycore",
"version": "1.3.0",
"port-version": 1,
"description": "Provides platform independent types, macros and a fallback for environments without LibC.",
"homepage": "https://github.com/zyantific/zycore-c",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}