поддержка vcpkg

This commit is contained in:
NigthLier
2024-01-21 02:25:04 +03:00
parent fe5cab0db0
commit 9651dd13a5
3 changed files with 65 additions and 5 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "voxelengine",
"version-string": "1.0.0",
"dependencies": [
"opengl",
"openal-soft",
"glfw3",
"glew",
"glm",
"libspng",
"zlib",
"luajit"
]
}