vcpkg/ports/audiofile/vcpkg.json
Thomas1664 22dd6ab207
[Audiofile] Update to 1.1.0 (#22943)
* Update to version 1.1.0

* Use patch

* Update version
2022-02-08 22:37:29 -08:00

18 lines
367 B
JSON

{
"name": "audiofile",
"version": "1.1.0",
"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
}
]
}