Open
Description
libui
switched from cmake to meson, so this project should keep up.
I decided to create this - a tracking issue on thoughs and desired features for that change.
While switching to meson build system, it would be great to have support for the following things, or at least keep them in mind:
- The ability to control whether to build a static or dynamic lib. Apparently, the recommended way of doing that is via build-time env vars, and not via cargo features.
- The ability to embed custom manifests on windows.
Thoughts?