openblocks/vcpkg.json

19 lines
269 B
JSON
Executable file

{
"dependencies": [
"glew",
"glfw3",
"glm",
{ "name": "pugixml", "version>=": "1.15" },
"sdl2",
"stb",
"reactphysics3d",
"pkgconf",
"luajit"
],
"overrides": [
{
"name": "sdl2",
"version": "2.32.4"
}
]
}