This folder holds the GN build file for the ImGui library.
Install ImGui
pw package install imgui
The build file requires the dir_pw_third_party_imgui
be set. This can be done as so:
gn gen out --export-compile-commands --args=" dir_pw_third_party_imgui=\"//environment/packages/imgui\" " ninja -C out