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

21 lines
434 B
JSON

{
"name": "audioengine",
"version": "1.2",
"description": "AudioEngine created using C++, FFMPEG and OpenAL for a student",
"homepage": "https://github.com/Darkx32/AudioEngine",
"license": "MIT",
"supports": "x64 & (windows | linux)",
"dependencies": [
"ffmpeg",
"openal-soft",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}