diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/vcpkg.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index 6eab46c..f603aab 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,8 +2,7 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" }, - { "name": "sdl2", "platform": "!linux" }, + "sdl2", "libvorbis", "zlib", "freetype", |