Files
projectm/vcpkg.json
2023-11-16 15:01:37 -06:00

8 lines
180 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"glew",
"gtest",
"sdl2"
]
}