vcpkg/ports/sdl1-mixer/vcpkg.json

18 lines
390 B
JSON
Raw Normal View History

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