aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cppslippi/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cppslippi/vcpkg.json')
-rw-r--r--vcpkg/ports/cppslippi/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/cppslippi/vcpkg.json b/vcpkg/ports/cppslippi/vcpkg.json
new file mode 100644
index 0000000..e6b3f4c
--- /dev/null
+++ b/vcpkg/ports/cppslippi/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "cppslippi",
+ "version": "1.4.3.18",
+ "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
+ }
+ ]
+}