зеркало из 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
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO recp/cglm
|
REPO recp/cglm
|
||||||
REF "v${VERSION}"
|
REF "v${VERSION}"
|
||||||
SHA512 d5de879b2510f534dbc82c88b6f4f324088468af7218a635aff08cc3327787f95b0dc896816b9610e5a319cd071bf2443923d3c1d426fd58509f39867d684e5f
|
SHA512 cfa836d5100912866d0678babca51e0ca818c1424ac8320c49ee55e5f9091403947a0d7b5c633bb0fb5df594d2b4fb01c2f634cc20cbe6266db5f7879488b02f
|
||||||
)
|
)
|
||||||
|
|
||||||
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" CGLM_BUILD_SHARED)
|
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" CGLM_BUILD_SHARED)
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "cglm",
|
"name": "cglm",
|
||||||
"version-semver": "0.9.2",
|
"version-semver": "0.9.4",
|
||||||
"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",
|
||||||
|
|
|
@ -1553,8 +1553,8 @@
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cglm": {
|
"cglm": {
|
||||||
"baseline": "0.9.2",
|
"baseline": "0.9.4",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"cgltf": {
|
"cgltf": {
|
||||||
"baseline": "1.13",
|
"baseline": "1.13",
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "7b7c4261fc7112e959687b9e61f94f05348cdd9c",
|
||||||
|
"version-semver": "0.9.4",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "89b93a34ee7896b76bd78e8584deddbf96d203d9",
|
"git-tree": "89b93a34ee7896b76bd78e8584deddbf96d203d9",
|
||||||
"version-semver": "0.9.2",
|
"version-semver": "0.9.2",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче