[meshoptimizer] Update to 0.20 (#35953)

This commit is contained in:
Bruce Mitchener 2024-01-02 17:34:38 -05:00 committed by GitHub
parent b5246fa43e
commit 441105e451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO zeux/meshoptimizer
REF v0.19
SHA512 4de938cb8fbbbe42305511a18e1cba64d6774751604d64f06a6e581fa739c656528b443fdda492459138b9a42c898af8d1d0752777b48a8832e3bef08eb4a522
REF v${VERSION}
SHA512 29f9987325b1e00e2b4bf5cb7745323456f5f766f6bdc189aeb192c802e7c73d6ec4484cd7c91d070ee940b423a680bee31c79e4db4a49da99346d21f70c58d6
HEAD_REF master
)

View File

@ -1,7 +1,6 @@
{
"name": "meshoptimizer",
"version": "0.19",
"port-version": 1,
"version": "0.20",
"description": "Mesh optimization library that makes meshes smaller and faster to render",
"homepage": "https://github.com/zeux/meshoptimizer",
"license": "MIT",

View File

@ -5533,8 +5533,8 @@
"port-version": 6
},
"meshoptimizer": {
"baseline": "0.19",
"port-version": 1
"baseline": "0.20",
"port-version": 0
},
"metis": {
"baseline": "2022-07-27",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3ed757afdbfbbe133e9c4ae31e8288ea80f66860",
"version": "0.20",
"port-version": 0
},
{
"git-tree": "4443e075e83187322a4323485d302fb52746a9e4",
"version": "0.19",