This commit is contained in:
2022-01-20 08:52:14 +01:00
parent 7623bde891
commit 0a34c2e094
70 changed files with 3766 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "dgk-zad5",
"version": "0.1.0",
"dependencies": [
"sdl2",
"nlohmann-json",
"sdl2-ttf",
"sdl2-image"
]
}