mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:28:59 +08:00
19 lines
357 B
JSON
19 lines
357 B
JSON
{
|
|
"name": "cppslippi",
|
|
"version": "1.0.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
|
|
}
|
|
]
|
|
}
|