diff --git a/vcpkg.json b/vcpkg.json index ec4c2c8c..a5a2abc3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,12 +5,6 @@ "description": "Yet Another Zelda3 Editor", "builtin-baseline": "01f602195983451bc83e72f4214af2cbc495aa94", "dependencies": [ - { - "name": "sdl2", - "platform": "windows", - "default-features": false, - "features": [] - }, { "name": "yaml-cpp", "platform": "windows" @@ -19,11 +13,5 @@ "name": "zlib", "platform": "windows" } - ], - "overrides": [ - { - "name": "sdl2", - "version": "2.30.9" - } ] }