mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
efffceaceb
* [audiofile] update to 1.1.1 * [audiofile] update to 1.1.1 * [audiofile] update to 1.1.1
18 lines
367 B
JSON
18 lines
367 B
JSON
{
|
|
"name": "audiofile",
|
|
"version": "1.1.1",
|
|
"description": "A simple header-only C++ library for reading and writing audio files.",
|
|
"homepage": "https://github.com/adamstark/AudioFile",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|