mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
0335503716
* Modify the name of the template solutions * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"name": "sdl1-mixer",
|
|
"version-date": "2023-03-25",
|
|
"port-version": 2,
|
|
"description": "An audio mixer that supports various file formats for Simple Directmedia Layer.",
|
|
"homepage": "https://www.libsdl.org",
|
|
"license": "Zlib",
|
|
"supports": "!osx & !uwp & !arm",
|
|
"dependencies": [
|
|
"libflac",
|
|
"libmikmod",
|
|
"libogg",
|
|
"libvorbis",
|
|
"mpg123",
|
|
"sdl1"
|
|
]
|
|
}
|