From 43b21e043629ae6d507051ed74b344068d4d9818 Mon Sep 17 00:00:00 2001 From: ZweiBein Date: Wed, 20 Jul 2022 17:04:01 +0200 Subject: [PATCH] Update cmake.toml --- cmake.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake.toml b/cmake.toml index 79f441a..7bc65d8 100644 --- a/cmake.toml +++ b/cmake.toml @@ -4,7 +4,7 @@ name = "reframework-d2d" cmake-after = "set(VCPKG_TARGET_TRIPLET x64-windows-static)" [vcpkg] -version = "2022.01.01" +version = "2022.06.15" packages = ["sol2", "lua", "utfcpp"] [find-package] @@ -26,4 +26,4 @@ compile-features = ["cxx_std_20"] [[install]] targets = ["reframework-d2d"] -destination = "bin" \ No newline at end of file +destination = "bin"