-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvcpkg.json
48 lines (48 loc) · 998 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
{
"name": "rack-sdk",
"version": "2.5.2",
"description": "Unofficial VCV Rack 2 SDK",
"homepage": "https://github.com/StoneyDSP/Rack-SDK",
"supports": "(linux & x64)|(osx & x64)|(osx & arm64)|(windows & mingw & x64)",
"port-version": 0,
"default-features": [
"dep",
"lib"
],
"features": {
"dep": {
"description": "Rack-SDK's dependencies"
},
"lib": {
"description": "Rack-SDK's binary-compiled dynamic library",
"dependencies": [
{
"name": "rack-sdk",
"default-features": true
}
]
},
"runtimes": {
"description": "Rack-SDK's runtime dependencies",
"dependencies": [
{
"name": "rack-sdk",
"default-features": false,
"features": [
"lib"
]
}
]
}
},
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}