feat(glfw): remove glew dependency and use glad instead (#9319)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
André Costa
2025-12-20 08:15:42 +01:00
committed by GitHub
parent 3be24e3348
commit cc855b6585
16 changed files with 11698 additions and 63 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3 glew
vcpkg install vcpkg-tool-ninja libpng freetype opengl glfw3
if %errorlevel% neq 0 exit /b %errorlevel%
pip install pypng lz4 kconfiglib
if %errorlevel% neq 0 exit /b %errorlevel%