From 60f88916a9d3fbf1a4f8bf2480fb25292cab31c0 Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Wed, 18 Sep 2024 15:51:11 +0200 Subject: [PATCH] remove toml11 from vcpkg.json --- vcpkg.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 85b9cb2..723a24d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -13,7 +13,6 @@ "nlohmann-json", "openssl", "rapidjson", - "sol2", - "toml11" + "sol2" ] }