[mapbox-polylabel] update to 2.0.1 (#41511)

This commit is contained in:
Jia Yue Hua 2024-10-15 15:30:22 +08:00 committed by GitHub
parent 90118ce78a
commit 3f26fc8cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -3,8 +3,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO mapbox/polylabel REPO mapbox/polylabel
REF v1.1.0 REF "v${VERSION}"
SHA512 597920397969a1ae12fc2ad2bdd8143f32f6fa0b27b46a5fb6d7315b8456bbcb335e52c36277b50e3daa4658a0f3826863871df4f4a7868e923899af5832f783 SHA512 e739b0f9c293fd1fd50de56be0804b638ad4ca5ca2c6ee6272907cffc99e133f183f62dd75ca415983ebf9a03da07910b2fa5e8d18b606a6faf7b14baa930622
HEAD_REF master HEAD_REF master
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "mapbox-polylabel", "name": "mapbox-polylabel",
"version-semver": "1.1.0", "version-semver": "2.0.1",
"description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)", "description": "A fast algorithm for finding the pole of inaccessibility of a polygon (in JavaScript and C++)",
"homepage": "https://github.com/mapbox/polylabel", "homepage": "https://github.com/mapbox/polylabel",
"license": "ISC", "license": "ISC",

View File

@ -5717,7 +5717,7 @@
"port-version": 0 "port-version": 0
}, },
"mapbox-polylabel": { "mapbox-polylabel": {
"baseline": "1.1.0", "baseline": "2.0.1",
"port-version": 0 "port-version": 0
}, },
"mapbox-variant": { "mapbox-variant": {

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "30aabfde477fb58bc66d51f63f397df6bfdbe779",
"version-semver": "2.0.1",
"port-version": 0
},
{ {
"git-tree": "a86cf026fe463d091c7652931b4d521395baac59", "git-tree": "a86cf026fe463d091c7652931b4d521395baac59",
"version-semver": "1.1.0", "version-semver": "1.1.0",