From 95da0ff61592c6c496bab215a2a873cc06dc0b91 Mon Sep 17 00:00:00 2001 From: omar Date: Wed, 20 Sep 2023 11:07:41 +0200 Subject: [PATCH] vcpkg --- Home.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Home.md b/Home.md index 02bf9f1..df4f2f8 100644 --- a/Home.md +++ b/Home.md @@ -141,6 +141,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]]. ### Building / Packaging Cruft +- [https://vcpkg.io/](vcpkg) has Dear ImGui available. - [#1713](https://github.com/ocornut/imgui/pull/1713) CMake project to build Examples (PR) by @podsvirov (need feedback) - [#3027](https://github.com/ocornut/imgui/pull/3027) Add CMake configuration (PR) by @Qix- (need feedback) - [rokups' cmake](https://gist.github.com/rokups/f771217b2d530d170db5cb1e08e9a8f4) Self-contained single-file cmake build script