diff --git a/vcpkg.json b/vcpkg.json index 268cfeb..1d3cfd4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,7 @@ { "dependencies": [ "glm", - "sdl2" + "sdl2", + "glew" ] }