diff --git a/engines/nugget-doom/vcpkg.json b/engines/nugget-doom/vcpkg.json index 69f911d2..282a871c 100644 --- a/engines/nugget-doom/vcpkg.json +++ b/engines/nugget-doom/vcpkg.json @@ -2,6 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ { "name": "fluidsynth", "features": ["pulseaudio"] }, - { "name": "sdl2-mixer", "features": ["fluidsynth"] } + { "name": "sdl2-mixer", "features": ["fluidsynth"] }, + "libebur128" ] }