vcpkg/ports/kerbal/vcpkg.json
Wentsing Nee 8f9797fbb4
[kerbal] update to v2024.7.1 (#40115)
Co-authored-by: WentsingNee <8090395+wentsingnee@user.noreply.gitee.com>
2024-07-27 01:21:37 -07:00

23 lines
437 B
JSON

{
"name": "kerbal",
"version": "2024.7.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
}
],
"features": {
"pretty-printer": {
"description": "Pretty printer support for kerbal"
}
}
}