imgui
imgui copied to clipboard
Use of `static` in package identifier can cause Java interoperability problems
One of the packages in core is imgui.static, however static is a reserved keyword and trying to refer to it from Java results in a compile-time error. Would it be possible to change the naming here?
If you'd rather, I can try to submit a PR for this change later today.