Skip to content

Commit

Permalink
Update vcpkg.json
Browse files Browse the repository at this point in the history
Adding glew to dependencies
`Could NOT find GLEW (missing: GLEW_INCLUDE_DIRS GLEW_LIBRARIES)`
  • Loading branch information
Teles1 authored Aug 3, 2024
1 parent ebd1efb commit 592d0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"dependencies": [
"glm",
"sdl2"
"sdl2",
"glew"
]
}

0 comments on commit 592d0f7

Please sign in to comment.