mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
24 lines
478 B
JSON
24 lines
478 B
JSON
{
|
|
"name": "faudio",
|
|
"version-string": "24.09",
|
|
"description": "FAudio - accuracy-focused XAudio reimplementation for open platforms",
|
|
"homepage": "https://fna-xna.github.io/",
|
|
"license": "Zlib",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "sdl2",
|
|
"default-features": false,
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|