vcpkg/ports/kerbal/vcpkg.json
Wentsing Nee 85ade256c8
[kerbal] Add port files for new library Kerbal (#35600)
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-12-13 23:43:11 -08:00

18 lines
330 B
JSON

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