-
Notifications
You must be signed in to change notification settings - Fork 4
/
vcpkg.json
39 lines (39 loc) · 868 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "tnt",
"version-string": "0.1.0-a14",
"maintainers": [
"Terens Tare"
],
"homepage": "https://github.com/TerensTare/tnt",
"license": "MIT",
"description": "A 2d game engine written in C++20",
"dependencies": [
"sdl2",
{
"name": "sdl2-image",
"features": [
"libjpeg-turbo",
"libwebp",
"tiff"
]
},
{
"name": "sdl2-mixer",
"features": [
"dynamic-load",
"libflac",
"libmodplug",
"libvorbis",
"nativemidi",
"opusfile"
]
},
"sdl2-ttf",
"sdl2-net",
"lua",
"sol2",
"nlohmann-json",
"fmt",
"nativefiledialog"
]
}