NOTE: this version is archived and will no longer be updated, please use https://github.com/floooh/dcimgui
fipsified imgui (https://github.com/ocornut/imgui)
fips build system: https://github.com/floooh/fips
Add the dependency to your fips.yml file:
imports:
fips-imgui:
git: https://github.com/fips-libs/fips-imgui
Use imgui as dependency in your targets:
fips_begin_*(...)
...
fips_deps(imgui)
fips_end_*(...)