-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
52 lines (52 loc) · 886 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
43
44
45
46
47
48
49
50
51
52
{
"name": "stoneyvcv",
"version": "2.0.2",
"license": "MIT",
"supports": "(linux & x64)|(osx & x64)|(osx & arm64)|(windows & mingw & x64)",
"default-features": [
"componentlibrary"
],
"features": {
"componentlibrary": {
"description": ""
},
"hp1": {
"description": ""
},
"hp2": {
"description": ""
},
"hp4": {
"description": ""
},
"vca": {
"description": ""
}
},
"dependencies": [
{
"name": "catch2",
"version>=": "3.5.2"
},
{
"name": "stoneydsp",
"version>=": "0.0.0"
},
{
"name": "rack-sdk",
"version>=": "2.5.2",
"default-features": true,
"features": [
"dep", "lib"
]
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}