diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:49:34 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-07 20:49:34 +1100 |
commit | 6290a813d625284b81a6e017cb1067d9ff213221 (patch) | |
tree | a517d3f114cc6df8a273bd4b8eb35e6f5f06e0c0 /source | |
parent | 4db9712c4c6481a9564c5bcb5fe2b9f4cda235d6 (diff) |
okay. nevermind!
Diffstat (limited to 'source')
-rw-r--r-- | source/vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index f603aab..6eab46c 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -2,7 +2,8 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "dependencies": [ "glew", - "sdl2", + { "name": "sdl2", "default-features": false, "features": ["wayland", "x11", "alsa"], "platform": "linux" }, + { "name": "sdl2", "platform": "!linux" }, "libvorbis", "zlib", "freetype", |