Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

25 lines
435 B
JSON

{
"name": "fxaudio",
"version": "1.0.0",
"description": "An easy to use audio processing library",
"homepage": "https://github.com/EnzoMassyle/AudioFX",
"license": "MIT",
"dependencies": [
{
"name": "fftw3",
"features": [
"threads"
]
},
"libsndfile",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}