diff --git a/vcpkg.json b/vcpkg.json index 912d05c..193a656 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,11 +2,12 @@ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "hang-man", "version": "1.0.0", + "builtin-baseline": "5c7d3a872dd861817fc812647176d5076085a7eb", "dependencies": [ { "name": "sdl2", "default-features": true, - "version>=": "2.3.0" + "version>=": "2.0.20" } ] }