-
Notifications
You must be signed in to change notification settings - Fork 1
/
vcpkg-configuration.json
40 lines (40 loc) · 1.03 KB
/
vcpkg-configuration.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
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "fc358711d78c5dcb8f240daea628ecfee60fb164"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/Honeybunch/vcpkg",
"baseline": "c8941c5f5a73c81d5fa26763aa6ae9e5624d43f0",
"packages": [
"sdl3",
"sdl3-mixer"
],
"reference": "sdl3-mixer"
},
{
"kind": "git",
"repository": "https://github.com/Honeybunch/vcpkg",
"baseline": "c2cb12b3efa2b8b40be03d0603857f9af49ee80c",
"packages": [
"steam-audio",
"libmysofa",
"flatbuffers"
],
"reference": "steam-audio"
},
{
"kind": "git",
"repository": "https://github.com/Honeybunch/vcpkg",
"baseline": "e80398f621532d3f3b46f59918d1b00d2ff38250",
"packages": [
"ktx"
],
"reference": "ktx"
}
]
}