aboutsummaryrefslogtreecommitdiff
path: root/ports/poly2tri
diff options
context:
space:
mode:
Diffstat (limited to 'ports/poly2tri')
-rw-r--r--ports/poly2tri/CONTROL5
-rw-r--r--ports/poly2tri/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/poly2tri/CONTROL b/ports/poly2tri/CONTROL
deleted file mode 100644
index 21ed149e3..000000000
--- a/ports/poly2tri/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: poly2tri
-Version: 2020-07-21
-Homepage: https://github.com/greenm01/poly2tri
-Description: The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.
-Supports: !uwp
diff --git a/ports/poly2tri/vcpkg.json b/ports/poly2tri/vcpkg.json
new file mode 100644
index 000000000..9fbdff23a
--- /dev/null
+++ b/ports/poly2tri/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "poly2tri",
+ "version-string": "2020-07-21",
+ "port-version": 1,
+ "description": "The Clipper library performs clipping and offsetting for both lines and polygons. All four boolean clipping operations are supported - intersection, union, difference and exclusive-or. Polygons can be of any shape including self-intersecting polygons.",
+ "homepage": "https://github.com/greenm01/poly2tri",
+ "supports": "!uwp"
+}