there is a Meson Wrap listed in WrapDB, added it to the list of Packaging Cruft

Jonathan Guzmán 2023-12-04 16:52:27 -06:00
parent 944085bd8c
commit 29e5d05923

@ -142,6 +142,7 @@ New to Dear ImGui? Check out the [[Getting Started guide|Getting-Started]].
### Building / Packaging Cruft
- [https://vcpkg.io/](vcpkg) has Dear ImGui available.
- [Meson WrapDB](https://mesonbuild.com/Wrapdb-projects.html) has a Meson Wrap for Dear ImGui.
- [#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