diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-06-04 00:09:09 +0200 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-06-03 15:09:09 -0700 |
| commit | ba259efd89a03d8bf7ab4f9e1d19af870e3d06b0 (patch) | |
| tree | 1476281c68bb440ec64f1c13bc97a76fab1aabd1 /ports/polyclipping/CONTROL | |
| parent | 35c8538e2cae64d79ec48c2c16b9bf97365ec21d (diff) | |
| download | vcpkg-ba259efd89a03d8bf7ab4f9e1d19af870e3d06b0.tar.gz vcpkg-ba259efd89a03d8bf7ab4f9e1d19af870e3d06b0.zip | |
[polyclipping] new port (#6636)
* [clipper] add port
* [clipper] works only if built as a static library
* [clipper] rename to polyclipping
Diffstat (limited to 'ports/polyclipping/CONTROL')
| -rw-r--r-- | ports/polyclipping/CONTROL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ports/polyclipping/CONTROL b/ports/polyclipping/CONTROL new file mode 100644 index 000000000..0e97f0a32 --- /dev/null +++ b/ports/polyclipping/CONTROL @@ -0,0 +1,3 @@ +Source: polyclipping +Version: 6.4.2 +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. |
