Files
CorsixTH/vcpkg-configuration.json
Stephen E. Baker 77e07999fb Bump vcpkg packages and remove SDL version lock
sdl2-mixer patch is fixed to closer match upstream which can fix
compile failures in that port.

Bump corsixth vcpkg repo again for sdl2-mixer fix
2024-11-03 22:37:36 -05:00

21 lines
580 B
JSON

{
"default-registry": {
"kind": "git",
"baseline": "5f4628b89f3f98cd9a0b43c27ded2aa53da1f790",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
},
{
"kind": "git",
"repository": "https://github.com/CorsixTH/vcpkg-registry",
"baseline": "f8112bf320835623dd837725c85e29a11087135d",
"packages": [ "ffmpeg", "sdl2-mixer", "luafilesystem", "lpeg" ]
}
]
}