mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:39:00 +08:00
f5537367c1
* [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>
8 lines
302 B
JSON
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"
|
|
}
|