ITADN
Dav1dde/glad

版本发布 3

v2.0.8
? · 2024-09-29

## What's Changed * files: updates to latest specifications * rust: replace static mut references with addr_of * Replace setup.py with pyproject.toml by @AarnoldGad in https://github.com/Dav1dde/glad/pull/490 **Full Changelog**: https://github.com/Dav1dde/glad/compare/v2.0.7...v2.0.8

v2.0.7
? · 2024-09-05

## What's Changed * Fix resource lookups without setuptools for most recent Python versions * Fix parsing of most recent Vulkan definitions * Fix compilation errors with strict flags on recent gcc versions * example: defines GLAD_GL_IMPLEMENTATION in GLFW example by @makichiis in https://github.com/Dav1dde/glad/pull/464 * ci: bump actions versions by @scribam in https://github.com/Dav1dde/glad/pull/472 **Full Changelog**: https://github.com/Dav1dde/glad/compare/v2.0.6...v2.0.7

v2.0.5
? · 2024-02-04

## What's Changed * Fix missing Vulkan video headers * Use FindPython instead of FindPythonInterp by @gaboroszkar in https://github.com/Dav1dde/glad/pull/429 * Add --version option to command-line interface by @chloekek in https://github.com/Dav1dde/glad/pull/417 * Remove one duplicated check for glGetString(GL_VERSION) by @z-s-e in https://github.com/Dav1dde/glad/pull/402 * Fix extensions loading and parsing by @lephilousophe in https://github.com/Dav1dde/glad/pull/448 * Provide CMake package by @cNoNim in https://github.com/Dav1dde/glad/pull/453 **Full Changelog**: https://github.com/Dav1dde/glad/compare/v2.0.4...v2.0.5