vcpkg/ports/cppslippi/vcpkg.json

19 lines
357 B
JSON
Raw Normal View History

2023-03-29 04:25:01 +08:00
{
"name": "cppslippi",
2023-11-09 01:39:35 +08:00
"version": "1.3.3.14",
2023-03-29 04:25:01 +08:00
"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
}
]
}