Files
WoWee/.github
Kelsi 0075269c04 ci: remove unused GLEW from all CI workflows
Follow-up to 6c972fb7 (removed GLEW from container/Dockerfiles +
ATTRIBUTION.md) and fd78479a (removed from README's macOS brew line).
The CI workflows still installed libglew-dev / brew glew /
mingw-w64-*-glew across Ubuntu, macOS, and MSYS2 jobs, but nothing
in src/ or include/ references GLEW (this is a Vulkan project; the
loader only) and CMakeLists.txt has no find_package(GLEW). Dead
weight in every CI run.
2026-05-15 00:26:11 -07:00
..