mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:49:02 +08:00
[sdl2-mixer-ext] uwp (#33774)
This commit is contained in:
parent
eb7cb824c4
commit
820cf6afbd
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "sdl2-mixer-ext",
|
||||
"version-date": "2023-05-04",
|
||||
"port-version": 1,
|
||||
"description": "An audio mixer library based on the SDL library, a fork of SDL_mixer",
|
||||
"homepage": "https://wohlsoft.github.io/SDL-Mixer-X",
|
||||
"license": "Zlib OR LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later",
|
||||
@ -100,7 +101,7 @@
|
||||
},
|
||||
"nativemidi": {
|
||||
"description": "Use Native MIDI Player to play MIDI audio format.",
|
||||
"supports": "windows | osx"
|
||||
"supports": "(windows & !uwp) | osx"
|
||||
},
|
||||
"opusfile": {
|
||||
"description": "Use opusfile to play Opus audio format.",
|
||||
|
@ -7626,7 +7626,7 @@
|
||||
},
|
||||
"sdl2-mixer-ext": {
|
||||
"baseline": "2023-05-04",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"sdl2-net": {
|
||||
"baseline": "2.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "72599d1d3f046b10ba695a83a5de68a98bf86ec8",
|
||||
"version-date": "2023-05-04",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "04312072ef4ea392cb39c240e579f06b4d62b955",
|
||||
"version-date": "2023-05-04",
|
||||
|
Loading…
Reference in New Issue
Block a user