VoxelEngine/vcpkg.json
NigthLier dbb4debefd
Update vcpkg.json
Co-authored-by: Alex Dolzhenkov <leha.dolzhenkov@gmail.com>
2024-01-21 08:02:50 +03:00

15 lines
217 B
JSON

{
"name": "voxelengine",
"version-string": "1.0.0",
"dependencies": [
"opengl",
"openal-soft",
"glfw3",
"glew",
"glm",
"libspng",
"zlib",
"luajit"
]
}