vcpkg: tweak sndfile and fluidsynth features

This commit is contained in:
Roman Fomin 2023-04-23 18:46:38 +07:00
parent 8cf15febe3
commit 8faec5ac90

View File

@ -4,10 +4,15 @@
"sdl2",
"sdl2-net",
"openal-soft",
"libsndfile",
{
"name": "libsndfile",
"default-features": false,
"features": ["external-libs", "mpeg"]
},
{
"name": "fluidsynth",
"default-features": false
"default-features": false,
"features": ["sndfile"]
},
{
"name": "libxmp",