You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
I would like to use std::string's with my ImGui widgets when developing applications with Hazel.
Describe the solution you'd like
I would like to add the following two line to the premake5.lua inside of the "files" section:
"misc/cpp/imgui_stdlib.cpp",
"misc/cpp/imgui_stdlib.h"
Describe alternatives you've considered
Alternatively, I could fork Hazel and change the dependency on ImGui to a new fork of ImGui I would then have to make myself with the appropriate changes to the premake5.lua file
Additional context
None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe
I would like to use std::string's with my ImGui widgets when developing applications with Hazel.
Describe the solution you'd like
I would like to add the following two line to the premake5.lua inside of the "files" section:
"misc/cpp/imgui_stdlib.cpp",
"misc/cpp/imgui_stdlib.h"
Describe alternatives you've considered
Alternatively, I could fork Hazel and change the dependency on ImGui to a new fork of ImGui I would then have to make myself with the appropriate changes to the premake5.lua file
Additional context
None
The text was updated successfully, but these errors were encountered: