#include int main() { HelloImGui::Run([]() { ImGui::Text("Hello vcpkg"); ImGui::ShowDemoWindow(); }); return 0; }