vcpkg/ports/sdl1-mixer/vcpkg.json
MonicaLiu 0335503716
[winpcap/SDL1-mixer] Change the extension of the template MSBuild solution (#31749)
* Modify the name of the template solutions

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-06-01 11:05:06 -07:00

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