mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
The upstream changes for libvpx on Windows were merged and so this overlay is no longer needed. Updating the baseline requires everyone to update their vcpkg repo locally (git pull). It also upgrades all dependencies used.
16 lines
391 B
JSON
16 lines
391 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
|
|
"name": "ringracers",
|
|
"version": "1.0.0",
|
|
"dependencies": [
|
|
"curl",
|
|
"sdl2",
|
|
"libpng",
|
|
"libogg",
|
|
"libvpx",
|
|
"libvorbis",
|
|
"libyuv",
|
|
"zlib"
|
|
],
|
|
"builtin-baseline": "c591ac6466a55ef0a05a3d56bb1489ca36e50102"
|
|
}
|