[glad] update to v0.1.36 (#26227)

* [glad] update to v0.1.36

* update version

* update

* overwrite version
This commit is contained in:
Frank 2022-08-09 02:54:00 +08:00 committed by GitHub
parent 8c23fb816f
commit e4eb7d6d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 9 deletions

View File

@ -3,10 +3,12 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO Dav1dde/glad REPO Dav1dde/glad
REF 7ece538856bf124d798ab323c8e1e64ebb83cb50 REF 1ecd45775d96f35170458e6b148eb0708967e402 # 0.1.36
SHA512 f6a8ba7d0d09b89c23b6f76962d3e6eef1babc8e1a659e238d30e143eb33ccba424957e5a6d46d99a714bfa2967523b193586d0ff24e29ad8d86c92c9faf9c02 SHA512 f6292e9dbce503a95b6eca927a90cf8a06f5e3de39b84f9a47e0d9273a6ea3f6591a64d35f2e33b5ea353e0c784f15c38579fc15aa6c5b180154e241ccbb16fe
HEAD_REF master HEAD_REF master
PATCHES encoding.patch find_python.patch PATCHES
encoding.patch
find_python.patch
) )
if(NOT GLAD_PROFILE) if(NOT GLAD_PROFILE)

View File

@ -1,7 +1,6 @@
{ {
"name": "glad", "name": "glad",
"version": "0.1.34", "version": "0.1.36",
"port-version": 3,
"description": "Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.", "description": "Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.",
"homepage": "https://github.com/Dav1dde/glad", "homepage": "https://github.com/Dav1dde/glad",
"documentation": "https://github.com/Dav1dde/glad/wiki", "documentation": "https://github.com/Dav1dde/glad/wiki",
@ -341,13 +340,15 @@
] ]
}, },
"glx": { "glx": {
"description": "Use `glx` spec instead of `gl`. Only available with the X Window System." "description": "Use `glx` spec instead of `gl`. Only available with the X Window System.",
"supports": "!(windows | uwp)"
}, },
"loader": { "loader": {
"description": "Generate loader logic." "description": "Generate loader logic."
}, },
"wgl": { "wgl": {
"description": "Use `wgl` spec instead of `gl`. Only available for Windows and UWP platforms." "description": "Use `wgl` spec instead of `gl`. Only available for Windows and UWP platforms.",
"supports": "!(linux | osx)"
} }
} }
} }

View File

@ -2573,8 +2573,8 @@
"port-version": 4 "port-version": 4
}, },
"glad": { "glad": {
"baseline": "0.1.34", "baseline": "0.1.36",
"port-version": 3 "port-version": 0
}, },
"glbinding": { "glbinding": {
"baseline": "3.1.0", "baseline": "3.1.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "fa93b14c1581057e1d14650f5f15c9b0757dd548",
"version": "0.1.36",
"port-version": 0
},
{ {
"git-tree": "2ebf6ed85a860c74f8649571e168900426cbb944", "git-tree": "2ebf6ed85a860c74f8649571e168900426cbb944",
"version": "0.1.34", "version": "0.1.34",