-
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathvcpkg.json
More file actions
49 lines (49 loc) · 699 Bytes
/
Copy pathvcpkg.json
File metadata and controls
49 lines (49 loc) · 699 Bytes
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
40
41
42
43
44
45
46
47
48
49
{
"dependencies": [
"catch2",
"cereal",
{
"name": "curl",
"features": [
"brotli",
"http2",
"http3",
"ssl",
"zstd"
]
},
"cxxopts",
"date",
"neargye-semver",
"nlohmann-json",
"openssl",
"rtmidi",
{
"name": "sdl3",
"features": [
"vulkan"
]
},
{
"name": "sdl3",
"features": [
"dbus",
"ibus",
"wayland"
],
"platform": "linux"
},
{
"name": "sdl3",
"features": [
"alsa",
"x11"
],
"platform": "!windows"
},
"tomlplusplus",
"zlib",
"zstd",
"miniz"
]
}