File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7777
7878## Glad
7979- [ ![ Upstream] ( https://img.shields.io/github/v/tag/Dav1dde/glad?label=Upstream )] ( https://github.com/Dav1dde/glad )
80- - Version: 2.0.7
80+ - Version: 2.0.8
8181- License: MIT
8282
8383## glfw
Original file line number Diff line number Diff line change 11/**
2- * Loader generated by glad 2.0.7 on Sat Sep 28 05:54:15 2024
2+ * Loader generated by glad 2.0.8 on Wed Oct 2 02:19:36 2024
33 *
44 * SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0
55 *
@@ -178,7 +178,7 @@ extern "C" {
178178#define GLAD_VERSION_MAJOR(version) (version / 10000)
179179#define GLAD_VERSION_MINOR(version) (version % 10000)
180180
181- #define GLAD_GENERATOR_VERSION "2.0.7 "
181+ #define GLAD_GENERATOR_VERSION "2.0.8 "
182182
183183typedef void (*GLADapiproc)(void);
184184
You can’t perform that action at this time.
0 commit comments