From 4e5899120ef8c3a8f8c7f7fcae811c118100fc36 Mon Sep 17 00:00:00 2001 From: staphen Date: Thu, 4 Nov 2021 12:12:48 -0400 Subject: [PATCH] Remove libpng from vcpkg dependencies --- vcpkg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 5719e58fe..924901d51 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -3,7 +3,6 @@ "version-string": "1.2.1", "dependencies": [ "fmt", - "libpng", "sdl2", "sdl2-image" ],