-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg-configuration.json
46 lines (46 loc) · 1.04 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
41
42
43
44
45
46
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
"default-registry": {
"kind": "git",
"baseline": "66b4b34d99ab272fcf21f2bd12b616e371c6bb31",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "filesystem",
"path": "dep/vcpkg-registry",
"baseline": "2024-11-27",
"packages": [
"stoneydsp",
"rack-sdk",
"curl",
"ghc-filesystem",
"glfw",
"glew",
"libarchive",
"libsamplerate",
"jansson",
"nanovg",
"nanosvg",
"openssl",
"pffft",
"rtaudio",
"rtmidi",
"speexdsp",
"tinyexpr",
"zstd"
]
},
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
],
"overlay-ports": [
"dep/vcpkg-registry/ports"
],
"overlay-triplets": [
"dep/vcpkg-registry/triplets"
]
}