-
Notifications
You must be signed in to change notification settings - Fork 18
/
vcpkg.json
42 lines (42 loc) · 903 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
40
41
42
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"builtin-baseline": "10b7a178346f3f0abef60cecd5130e295afd8da4",
"dependencies": [
{
"name": "sdl2"
},
{
"name": "bzip2"
},
{
"name": "libjpeg-turbo"
},
{
"name": "sdl2-image",
"features": [
"libjpeg-turbo",
"libwebp"
]
},
{
"name": "sdl2-mixer",
"features": [
"libvorbis"
]
},
{
"name": "sdl2-ttf",
"features": [
"harfbuzz"
]
},
{
"name": "lua"
},
{
"name": "libogg"
}
],
"name": "onscripter-yuri",
"version": "0.1.0"
}