vcpkg/ports/audiofile/vcpkg.json
Jia Yue Hua efffceaceb
[audiofile] update to 1.1.1 (#36562)
* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1

* [audiofile] update to 1.1.1
2024-02-05 11:27:10 -08:00

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
}
]
}