RingRacers/vcpkg.json
Eidolon dbda46b578 Update vcpkg baseline, remove libvpx overlay
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.
2024-05-18 21:19:17 -05:00

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