[bgfx] Update to 1.128.8777-475 (#39807)

This commit is contained in:
Sandy 2024-07-13 10:15:23 -04:00 committed by GitHub
parent 09bea9b257
commit 444fda8550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -6,7 +6,7 @@ vcpkg_download_distfile(
ARCHIVE_FILE
URLS https://github.com/bkaradzic/bgfx.cmake/releases/download/v${VERSION}/bgfx.cmake.v${VERSION}.tar.gz
FILENAME bgfx.cmake.v${VERSION}.tar.gz
SHA512 8aea4f3e548f8a79e8899c9d47ec3ca78dae48f77ae039d6f5df325ba73a8ddb70c9b7c1f0cb4129ac488b445e8a8523f36a964e509133bb4a449e073ebf6112
SHA512 889ccc4657415e55cc891ad04ba2b42acaf46e664fd9ed8c6bedebb0f43ba7f2b75a9ad54387d02cf88a6accc7221f7cd5cc74a7dc8248b668ecf14f525f53c8
)
vcpkg_extract_source_archive(

View File

@ -1,12 +1,11 @@
{
"name": "bgfx",
"version": "1.127.8725-469",
"port-version": 1,
"version": "1.128.8777-475",
"maintainers": "Sandy Carter <bwrsandman@users.noreply.github.com>",
"description": "Cross-platform, graphics API agnostic, Bring Your Own Engine/Framework style rendering library.",
"homepage": "https://bkaradzic.github.io/bgfx/overview.html",
"documentation": "https://bkaradzic.github.io/bgfx",
"license": null,
"license": "BSD-2-Clause AND CC0-1.0",
"dependencies": [
"libsquish",
"miniz",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "410ddaf19cbcc811e4757d3e6ecb236c7dc15838",
"version": "1.128.8777-475",
"port-version": 0
},
{
"git-tree": "7b9ba6d3df9abc4bacc14ca3fcaf2095b7faf548",
"version": "1.127.8725-469",

View File

@ -625,8 +625,8 @@
"port-version": 0
},
"bgfx": {
"baseline": "1.127.8725-469",
"port-version": 1
"baseline": "1.128.8777-475",
"port-version": 0
},
"bigint": {
"baseline": "2010.04.30",