21 lines
434 B
JSON
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
|
|
}
|
|
]
|
|
}
|