diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-08 20:09:27 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-08 20:09:27 +1100 |
commit | 6c562470f3a7cd24ed6501f54422564ed42051ea (patch) | |
tree | 2e422b3316b6e77cbc35085a9ce63b4c6d0912d3 /source/vcpkg.json | |
parent | 89fe1bf15bc458df6c63f1aaeac42a4883efbfd5 (diff) |
Merge launcher branch
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r-- | source/vcpkg.json | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index 7b396a2..1e0942c 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -1,11 +1,12 @@ { - "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", - "dependencies": [ - "glew", - "sdl2", - "libvorbis", - "zlib", - "freetype", - "libpng" - ] + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "glew", + "sdl2", + "libvorbis", + "zlib", + "freetype", + "libpng", + "opus" + ] }
\ No newline at end of file |