RingRacers/vcpkg.json
Eidolon 640ad6bc1e Remove GME VGM music emulation
We cannot comply with the terms of the GPL in using and distributing
libgme due to MAME license incompatibility, so the feature needs to
be removed.
2024-01-29 15:54:20 -06:00

17 lines
406 B
JSON

{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "ringracers",
"version": "1.0.0",
"dependencies": [
"curl",
"fmt",
"sdl2",
"libpng",
"libogg",
"libvpx",
"libvorbis",
"libyuv",
"zlib"
],
"builtin-baseline": "000d1bda1ffa95a73e0b40334fa4103d6f4d3d48"
}