blob: bbad0caa3e60bc999aee66f0c15145f4931db93e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "faudio",
"version-string": "25.08",
"description": "FAudio - accuracy-focused XAudio reimplementation for open platforms",
"homepage": "https://fna-xna.github.io/",
"license": "Zlib",
"supports": "!uwp",
"dependencies": [
{
"name": "sdl3",
"default-features": false,
"platform": "!windows"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
|