foxygit / doom Log in
commit 2320bb32f8316c4c020791f0096b9979e8b24850
Author:     Michael Day <contact@michaelcday.com>
AuthorDate: Sun Mar 12 22:16:21 2023 -0400
Commit:     Michael Day <contact@michaelcday.com>
CommitDate: Tue Mar 21 13:55:06 2023 -0400

    Add FluidSynth to vcpkg manifest
---
 vcpkg.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/vcpkg.json b/vcpkg.json
index bfdbda6e..9e5140de 100644
--- a/vcpkg.json
+++ b/vcpkg.json
@@ -5,5 +5,6 @@
     "sdl2-net",
     "libpng",
     "libsamplerate"
+    "fluidsynth"
   ]
 }