aboutsummaryrefslogtreecommitdiff

cd8b953d822'>packages/toolkits.scm
AgeCommit message (Expand)Author
2023-09-26gnu: imgui: Update to 1.89.9....* gnu/packages/toolkits.scm (imgui): Update to 1.89.9. Maxim Cournoyer
2023-09-26gnu: imgui: Enable freetype support....* gnu/packages/toolkits.scm (imgui) [arguments]: Add -DIMGUI_ENABLE_FREETYPE to make flags. [inputs]: Add freetype. Maxim Cournoyer
2023-06-29gnu: imgui-1.86: Adjust make-flags....* gnu/packages/toolkits.scm (imgui-1.86)[arguments]: Remove the "-DImDrawIdx=unsigned int" make-flag which breaks the display of mangohud, the only dependent. John Kehayias
2023-06-29gnu: imgui: Use #:make-flags....* gnu/packages/toolkits.scm (imgui)[arguments]: Add #:make-flags to replace compiler arguments in the 'build phase. John Kehayias