Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 399 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 399 Bytes

fips-imgui

fipsified imgui (https://github.com/ocornut/imgui)

fips build system: https://github.com/floooh/fips

How to integrate:

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_*(...)