vcpkg/ports/minimp3/vcpkg.json
friendlyanon f5537367c1
[minimp3] Update to 2021-11-30 (#24610)
* [minimp3] Update to 2021-11-30

* Add license field to vcpkg.json

* Use double quotes for arguments with variables

* Update versions hash

Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2022-05-09 14:50:17 -07:00

8 lines
302 B
JSON

{
"name": "minimp3",
"version-date": "2021-11-30",
"description": "Minimalistic, single-header library for decoding MP3. minimp3 is designed to be small, fast (with SSE and NEON support), and accurate (ISO conformant).",
"homepage": "https://github.com/lieff/minimp3",
"license": "CC0-1.0"
}