[cglm] Enable for uwp (#36704)

This commit is contained in:
Bruce Mitchener 2024-02-14 04:30:43 +07:00 committed by GitHub
parent c0e5cf6caa
commit 9854d1d922
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{ {
"name": "cglm", "name": "cglm",
"version-semver": "0.9.2", "version-semver": "0.9.2",
"port-version": 1,
"description": "Highly Optimized Graphics Math (glm) for C", "description": "Highly Optimized Graphics Math (glm) for C",
"homepage": "https://github.com/recp/cglm", "homepage": "https://github.com/recp/cglm",
"license": "MIT", "license": "MIT",
"supports": "!uwp",
"dependencies": [ "dependencies": [
{ {
"name": "vcpkg-cmake", "name": "vcpkg-cmake",

View File

@ -1542,7 +1542,7 @@
}, },
"cglm": { "cglm": {
"baseline": "0.9.2", "baseline": "0.9.2",
"port-version": 0 "port-version": 1
}, },
"cgltf": { "cgltf": {
"baseline": "1.13", "baseline": "1.13",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "89b93a34ee7896b76bd78e8584deddbf96d203d9",
"version-semver": "0.9.2",
"port-version": 1
},
{ {
"git-tree": "307a5dca27758987b25ae8f1868c50f3c332d3d6", "git-tree": "307a5dca27758987b25ae8f1868c50f3c332d3d6",
"version-semver": "0.9.2", "version-semver": "0.9.2",