Added vcpkg files

This commit is contained in:
Jan Mrna
2025-10-16 09:30:56 +02:00
parent 3064af65aa
commit bc65b05854
2 changed files with 26 additions and 0 deletions

12
vcpkg.json Normal file
View File

@@ -0,0 +1,12 @@
{
"dependencies": [
"glew",
"opengl",
"sdl3",
{
"name": "sdl3-image",
"features": [ "png" ]
},
"gtest"
]
}