mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 22:27:50 +08:00
[bgfx] Update to 1.128.8777-475 (#39807)
This commit is contained in:
parent
09bea9b257
commit
444fda8550
@ -6,7 +6,7 @@ vcpkg_download_distfile(
|
|||||||
ARCHIVE_FILE
|
ARCHIVE_FILE
|
||||||
URLS https://github.com/bkaradzic/bgfx.cmake/releases/download/v${VERSION}/bgfx.cmake.v${VERSION}.tar.gz
|
URLS https://github.com/bkaradzic/bgfx.cmake/releases/download/v${VERSION}/bgfx.cmake.v${VERSION}.tar.gz
|
||||||
FILENAME bgfx.cmake.v${VERSION}.tar.gz
|
FILENAME bgfx.cmake.v${VERSION}.tar.gz
|
||||||
SHA512 8aea4f3e548f8a79e8899c9d47ec3ca78dae48f77ae039d6f5df325ba73a8ddb70c9b7c1f0cb4129ac488b445e8a8523f36a964e509133bb4a449e073ebf6112
|
SHA512 889ccc4657415e55cc891ad04ba2b42acaf46e664fd9ed8c6bedebb0f43ba7f2b75a9ad54387d02cf88a6accc7221f7cd5cc74a7dc8248b668ecf14f525f53c8
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "bgfx",
|
"name": "bgfx",
|
||||||
"version": "1.127.8725-469",
|
"version": "1.128.8777-475",
|
||||||
"port-version": 1,
|
|
||||||
"maintainers": "Sandy Carter <bwrsandman@users.noreply.github.com>",
|
"maintainers": "Sandy Carter <bwrsandman@users.noreply.github.com>",
|
||||||
"description": "Cross-platform, graphics API agnostic, Bring Your Own Engine/Framework style rendering library.",
|
"description": "Cross-platform, graphics API agnostic, Bring Your Own Engine/Framework style rendering library.",
|
||||||
"homepage": "https://bkaradzic.github.io/bgfx/overview.html",
|
"homepage": "https://bkaradzic.github.io/bgfx/overview.html",
|
||||||
"documentation": "https://bkaradzic.github.io/bgfx",
|
"documentation": "https://bkaradzic.github.io/bgfx",
|
||||||
"license": null,
|
"license": "BSD-2-Clause AND CC0-1.0",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"libsquish",
|
"libsquish",
|
||||||
"miniz",
|
"miniz",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "410ddaf19cbcc811e4757d3e6ecb236c7dc15838",
|
||||||
|
"version": "1.128.8777-475",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "7b9ba6d3df9abc4bacc14ca3fcaf2095b7faf548",
|
"git-tree": "7b9ba6d3df9abc4bacc14ca3fcaf2095b7faf548",
|
||||||
"version": "1.127.8725-469",
|
"version": "1.127.8725-469",
|
||||||
|
@ -625,8 +625,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"bgfx": {
|
"bgfx": {
|
||||||
"baseline": "1.127.8725-469",
|
"baseline": "1.128.8777-475",
|
||||||
"port-version": 1
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"bigint": {
|
"bigint": {
|
||||||
"baseline": "2010.04.30",
|
"baseline": "2010.04.30",
|
||||||
|
Loading…
Reference in New Issue
Block a user