mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
[earcut-hpp] Update to 2.2.4 (#29068)
* [earcut-hpp] Update to 2.2.4 * apply suggestions * v db
This commit is contained in:
parent
61ce3a4566
commit
83bde25e94
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO mapbox/earcut.hpp
|
||||
REF v2.2.3
|
||||
SHA512 f87f0084dbbcda85b409c326587a376d443f2484b6a69c216d2ad94ea8ea238912dfe1174b464b08faec10ea5c29ebae6478e7abfe5ff682a7b043784c1e3acf
|
||||
REF "v${VERSION}"
|
||||
SHA512 87f52bf99273dc47f78ebacd4ee0ccbab4edd3f9b85d97aed1c0d1165b3e2523e1a71f3a37a118e82170e79d57a2e09644d4115facb63dc6f704affb9c428e6b
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"homepage": "https://github.com/mapbox/earcut.hpp",
|
||||
"license": "ISC"
|
||||
|
@ -2097,7 +2097,7 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"earcut-hpp": {
|
||||
"baseline": "2.2.3",
|
||||
"baseline": "2.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"eastl": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f4f99272400624124150cb485899cdc3efb24313",
|
||||
"version": "2.2.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "89c9c15fcd180f5e17b02290430dfe7019dc830c",
|
||||
"version": "2.2.3",
|
||||
|
Loading…
Reference in New Issue
Block a user