No update to the ImGui version, since ImGui.NET is lagging behind at the moment.
- Add workaround for intermittent resource script errors
- Fix inconsistent viewport size during resize. This should eliminate the jittering when resizing the window.
- Add support for IME input
- Use Godot's clipboard API
- C#: Move widget methods to ImGuiGD. I really want to add these as static extension methods of
ImGuiNET.ImGui
instead, but that won't be possible until .NET 10