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.
One of the packages in
core
isimgui.static
, howeverstatic
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.