* [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 коммит произвёл GitHub
Родитель 8c23fb816f
Коммит e4eb7d6d5f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 17 добавлений и 9 удалений

Просмотреть файл

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

Просмотреть файл

@ -1,7 +1,6 @@
{
"name": "glad",
"version": "0.1.34",
"port-version": 3,
"version": "0.1.36",
"description": "Multi-Language Vulkan/GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs.",
"homepage": "https://github.com/Dav1dde/glad",
"documentation": "https://github.com/Dav1dde/glad/wiki",
@ -341,13 +340,15 @@
]
},
"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": {
"description": "Generate loader logic."
},
"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)"
}
}
}

Просмотреть файл

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

Просмотреть файл

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