-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathvcpkg.json
48 lines (48 loc) · 1010 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
{
"builtin-baseline": "6784dd45fa9a97ce6232f57d755e029b4db3eb81",
"name": "amplitude-audio-sdk",
"description": "A powerful and cross-platform audio engine, optimized for games.",
"version": "1.0",
"license": "Apache-2.0",
"homepage": "https://github.com/AmplitudeAudio/sdk",
"features": {
"samples": {
"description": "Amplitude Audio SDK Samples",
"dependencies": [
"sdl2"
]
},
"tests": {
"description": "Amplitude Audio SDK Unit Tests",
"dependencies": [
"catch2"
]
},
"tools": {
"description": "Amplitude Audio SDK Tools",
"dependencies": [
"cli11",
"cmakerc",
"libmysofa"
]
}
},
"dependencies": [
{
"name": "flatbuffers",
"version>=": "24.3.25"
},
{
"name": "dylib",
"version>=": "2.2.1"
},
{
"name": "xsimd",
"version>=": "13.0.0#1"
},
{
"name": "miniaudio",
"version>=": "0.11.21"
}
]
}