aboutsummaryrefslogtreecommitdiff
path: root/ports/ccd
diff options
context:
space:
mode:
Diffstat (limited to 'ports/ccd')
-rw-r--r--ports/ccd/CONTROL5
-rw-r--r--ports/ccd/vcpkg.json7
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/ccd/CONTROL b/ports/ccd/CONTROL
deleted file mode 100644
index 6a7d5eeb0..000000000
--- a/ports/ccd/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: ccd
-Version: 2.1-4
-Port-Version: 1
-Homepage: https://github.com/danfis/libccd
-Description: Library for collision detection between two convex shapes
diff --git a/ports/ccd/vcpkg.json b/ports/ccd/vcpkg.json
new file mode 100644
index 000000000..43110c69d
--- /dev/null
+++ b/ports/ccd/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "ccd",
+ "version-string": "2.1-4",
+ "port-version": 2,
+ "description": "Library for collision detection between two convex shapes",
+ "homepage": "https://github.com/danfis/libccd"
+}