[glfw3] update to 3.4 (#36908)

- [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.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] 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:
miyanyan 2024-02-27 16:34:58 +08:00 committed by GitHub
parent 1689f547f2
commit f9646c758b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO glfw/glfw
REF ${VERSION}
SHA512 9fcccd650990fa88fcb6383afa90bc6c2eca7f4a4a3d4fc58fa5bd6b7995c32989bb29d2753f438984043b294244b82ba9f094426e12f3d4da4547e73bb62e3f
SHA512 39ad7a4521267fbebc35d2ff0c389a56236ead5fa4bdff33db113bd302f70f5f2869ff4e6db1979512e1542813292dff5a482e94dfce231750f0746c301ae9ed
HEAD_REF master
)
@ -34,7 +34,7 @@ endif()
vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
wayland GLFW_USE_WAYLAND
wayland GLFW_BUILD_WAYLAND
)
vcpkg_cmake_configure(

View File

@ -1,6 +1,6 @@
{
"name": "glfw3",
"version-semver": "3.3.9",
"version": "3.4",
"description": "GLFW is a free, Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.",
"homepage": "https://github.com/glfw/glfw",
"license": "Zlib",

View File

@ -3029,7 +3029,7 @@
"port-version": 3
},
"glfw3": {
"baseline": "3.3.9",
"baseline": "3.4",
"port-version": 0
},
"gli": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fcbaa3b4073da7a24e20e043164075512f027d2d",
"version": "3.4",
"port-version": 0
},
{
"git-tree": "347c2801030056251468ce87934b4e9b02c41741",
"version-semver": "3.3.9",