dep: Update imgui to v1.88

This commit is contained in:
Connor McLaughlin
2022-07-08 23:06:09 +10:00
parent b7fbde31a7
commit 0c0bd4c995
25 changed files with 10673 additions and 6813 deletions

View File

@ -1,10 +1,6 @@
// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.)
// This is also an example of how you may wrap your own similar types.
// Compatibility:
// - std::string support is only guaranteed to work from C++11.
// If you try to use it pre-C++11, please share your findings (w/ info about compiler/architecture)
// Changelog:
// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string