diff options
Diffstat (limited to 'vcpkg/ports/kerbal/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/kerbal/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/kerbal/vcpkg.json b/vcpkg/ports/kerbal/vcpkg.json new file mode 100644 index 0000000..5c458c2 --- /dev/null +++ b/vcpkg/ports/kerbal/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "kerbal", + "version": "2025.11.1", + "description": "Kerbal C++ Template Library", + "homepage": "https://github.com/WentsingNee/Kerbal", + "license": "LGPL-3.0-only", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "pretty-printer": { + "description": "Pretty printer support for kerbal" + } + } +} |