vcpkg/ports/kerbal/vcpkg.json

18 lines
330 B
JSON
Raw Normal View History

{
"name": "kerbal",
"version": "2023.12.1",
"description": "Kerbal C++ Template Library",
"homepage": "https://github.com/WentsingNee/Kerbal",
"license": "LGPL-3.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}