mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:19:00 +08:00
85ade256c8
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
18 lines
330 B
JSON
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
|
|
}
|
|
]
|
|
}
|