win_build: vcpkg set-up

This commit is contained in:
im-tem
2025-06-30 14:56:56 +03:00
parent 93ab62e494
commit 2c2fed8796
3 changed files with 21 additions and 0 deletions

6
vcpkg.json Normal file
View File

@@ -0,0 +1,6 @@
{
"dependencies": [
"sdl3",
"glew"
]
}