[msdfgen] update to 1.12 (#39335)

Fixes https://github.com/microsoft/vcpkg/issues/39305

All features passed with following triplets:
x86-windows 
x64-windows 
x64-windows-static
This commit is contained in:
Cheney Wang 2024-06-18 11:58:53 -07:00 committed by GitHub
parent 0a5ffc6f56
commit 426e442205
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Chlumsky/msdfgen
REF v1.11
SHA512 b5223bbdbd7245e7a891914158a25ea1d570bbe1066ca6c016d1ddd469d5156690f83f91c78630b2b2efcc890de0b7e1c9e8963a67f9eb8f83c6d45284d5b08a
REF "v${VERSION}"
SHA512 285bb81418de6c5ad0207e579c9cc3f3d81759008fd9c1c2b62b77e2b4258ca7a3a6ec69d6bed65e1d6408636c3c5473b9ee4f9d18fe5f63da23803ca949c903
HEAD_REF master
)
@ -48,4 +47,4 @@ endif()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
# license
file(INSTALL "${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -1,6 +1,6 @@
{
"name": "msdfgen",
"version": "1.11.0",
"version": "1.12",
"description": "Multi-channel signed distance field generator",
"homepage": "https://github.com/Chlumsky/msdfgen",
"license": "MIT",

View File

@ -5945,7 +5945,7 @@
"port-version": 0
},
"msdfgen": {
"baseline": "1.11.0",
"baseline": "1.12",
"port-version": 0
},
"msgpack": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "6850c0a8ac8fd879ec675c1a667a87efb869759c",
"version": "1.12",
"port-version": 0
},
{
"git-tree": "eb66c5ad525b3152e1f73a029dfd0a2caa4a7f5c",
"version": "1.11.0",