Skip to content

Releases: giladreich/cmake-imgui

v1.90.7

04 Jun 15:42
4118343
Compare
Choose a tag to compare

Change-log:

  • Update readme to shallow clone imgui submodule.
  • Fix installation of pdb files to make it optional.
  • Bump imgui submodule from v1.88.0 to v1.90.7.

Thanks @stevewgr for #7

v1.88

05 Sep 05:37
Compare
Choose a tag to compare

Change-log:

  • Make proper usage of cmake's package_config.
  • Provide examples to consume the library.
  • Apply proper renaming in accordance to imgui's backend changes.
  • Inline backends include function in the same CMakeLists.txt.
  • Set default CMAKE_INSTALL_PREFIX and allow for it to be overriden
    (closes #2).
  • Change imgui branch from master to docking.
  • Update readme.

v1.67

19 Feb 15:02
Compare
Choose a tag to compare
Fix DirectX 12 shared library build.

Explicitly linking library to avoid linking errors.