From a2fa8bbca8a8f07b952fd2fc10bc6cdbbace8f06 Mon Sep 17 00:00:00 2001 From: gomkyung2 Date: Mon, 14 Oct 2024 11:47:32 +0900 Subject: [PATCH] Use vku with standard library module support. --- vcpkg.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index aa3d6ed..048c40d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -2,6 +2,9 @@ "dependencies": [ "glfw3", "glm", - "vku" + { + "name": "vku", + "features": ["std-module"] + } ] }