mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-02 13:12:45 -04:00
Follow-up to6c972fb7(removed GLEW from container/Dockerfiles + ATTRIBUTION.md) andfd78479a(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.