From 59520257c3a14bb352dfdc49033d81a3a169658e Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Thu, 1 Aug 2024 15:29:28 +0200 Subject: [PATCH] baseline --- vcpkg.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } ] }