[earcut-hpp] Update to 2.2.4 (#29068)

* [earcut-hpp] Update to 2.2.4

* apply suggestions

* v db
This commit is contained in:
Osyotr 2023-01-24 11:47:17 +03:00 committed by GitHub
parent 61ce3a4566
commit 83bde25e94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/earcut.hpp REPO mapbox/earcut.hpp
REF v2.2.3 REF "v${VERSION}"
SHA512 f87f0084dbbcda85b409c326587a376d443f2484b6a69c216d2ad94ea8ea238912dfe1174b464b08faec10ea5c29ebae6478e7abfe5ff682a7b043784c1e3acf SHA512 87f52bf99273dc47f78ebacd4ee0ccbab4edd3f9b85d97aed1c0d1165b3e2523e1a71f3a37a118e82170e79d57a2e09644d4115facb63dc6f704affb9c428e6b
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "earcut-hpp", "name": "earcut-hpp",
"version": "2.2.3", "version": "2.2.4",
"description": "earcut.hpp is a C++ port of earcut.js, a fast, header-only polygon triangulation library.", "description": "earcut.hpp is a C++ port of earcut.js, a fast, header-only polygon triangulation library.",
"homepage": "https://github.com/mapbox/earcut.hpp", "homepage": "https://github.com/mapbox/earcut.hpp",
"license": "ISC" "license": "ISC"

View File

@ -2097,7 +2097,7 @@
"port-version": 2 "port-version": 2
}, },
"earcut-hpp": { "earcut-hpp": {
"baseline": "2.2.3", "baseline": "2.2.4",
"port-version": 0 "port-version": 0
}, },
"eastl": { "eastl": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f4f99272400624124150cb485899cdc3efb24313",
"version": "2.2.4",
"port-version": 0
},
{ {
"git-tree": "89c9c15fcd180f5e17b02290430dfe7019dc830c", "git-tree": "89c9c15fcd180f5e17b02290430dfe7019dc830c",
"version": "2.2.3", "version": "2.2.3",