1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-13 18:50:58 +01:00

vcpkg

omar 2023-09-20 11:07:41 +02:00
parent 719cc76d30
commit 95da0ff615

@ -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