vcpkg/ports/cppslippi/vcpkg.json
2023-11-08 09:39:35 -08:00

19 lines
357 B
JSON

{
"name": "cppslippi",
"version": "1.3.3.14",
"description": "C++ Slippi replay file parser.",
"homepage": "https://sourceforge.net/projects/cppslippi/",
"license": "MIT",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}