From d43ccf187931dce2b13b25d5a96ce3f482e0b813 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Mon, 8 Jan 2024 03:43:18 -0500 Subject: [PATCH] Use embedded imgui instead of vcpkg for Windows --- vcpkg.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vcpkg.json b/vcpkg.json index 48cb30629f..7be3ac97f6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -28,12 +28,6 @@ "coretext" ], "platform": "osx" - }, - { - "name": "imgui", - "features": [ - "docking-experimental" - ] } ] }