зеркало из https://github.com/microsoft/vcpkg.git
[cglm] Update to 0.9.4 (#38229)
- [x] Changes comply with the [maintainer guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md). - [x] SHA512s are updated for each updated download. - [x] The "supports" clause reflects platforms that may be fixed by this new version. - [x] Any fixed [CI baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt) entries are removed from that file. - [x] Any patches that are no longer applied are deleted from the port's directory. - [x] The version database is fixed by rerunning `./vcpkg x-add-version --all` and committing the result. - [x] Only one version is added to each modified port's versions file.
This commit is contained in:
Родитель
2e593060d0
Коммит
a37d26c8ee
|
@ -2,7 +2,7 @@ vcpkg_from_github(
|
|||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO recp/cglm
|
||||
REF "v${VERSION}"
|
||||
SHA512 d5de879b2510f534dbc82c88b6f4f324088468af7218a635aff08cc3327787f95b0dc896816b9610e5a319cd071bf2443923d3c1d426fd58509f39867d684e5f
|
||||
SHA512 cfa836d5100912866d0678babca51e0ca818c1424ac8320c49ee55e5f9091403947a0d7b5c633bb0fb5df594d2b4fb01c2f634cc20cbe6266db5f7879488b02f
|
||||
)
|
||||
|
||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" CGLM_BUILD_SHARED)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"name": "cglm",
|
||||
"version-semver": "0.9.2",
|
||||
"port-version": 1,
|
||||
"version-semver": "0.9.4",
|
||||
"description": "Highly Optimized Graphics Math (glm) for C",
|
||||
"homepage": "https://github.com/recp/cglm",
|
||||
"license": "MIT",
|
||||
|
|
|
@ -1553,8 +1553,8 @@
|
|||
"port-version": 0
|
||||
},
|
||||
"cglm": {
|
||||
"baseline": "0.9.2",
|
||||
"port-version": 1
|
||||
"baseline": "0.9.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"cgltf": {
|
||||
"baseline": "1.13",
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7b7c4261fc7112e959687b9e61f94f05348cdd9c",
|
||||
"version-semver": "0.9.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "89b93a34ee7896b76bd78e8584deddbf96d203d9",
|
||||
"version-semver": "0.9.2",
|
||||
|
|
Загрузка…
Ссылка в новой задаче