mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[jhasse-poly2tri] Enable uwp (#44374)
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"name": "jhasse-poly2tri",
|
||||
"version-date": "2023-12-27",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Sweep-line algorithm for constrained Delaunay triangulation",
|
||||
"homepage": "https://github.com/jhasse/poly2tri",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
||||
@@ -3866,7 +3866,7 @@
|
||||
},
|
||||
"jhasse-poly2tri": {
|
||||
"baseline": "2023-12-27",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"jigson": {
|
||||
"baseline": "0.1.3",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d94a24dde4173f85d1aaeb16b3eecc71b100b5be",
|
||||
"version-date": "2023-12-27",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "0e9832e9b7dce8bf8237d7a38639bf4e3a18da70",
|
||||
"version-date": "2023-12-27",
|
||||
|
||||
Reference in New Issue
Block a user