-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken after update #100
Comments
You need the updates to the GLFW and OpenGL backends to use LibCImGui 1.89. On the tagged release of CImGui 1.82 the compat hasnt been updated. For the moment, try @Gnimuc I think we need to do some compat hygeine and perhaps tag a separate v1.89 release? v1.89 should have minimum bound of v0.2.0 for GLFW and OpenGL backend and v1.82 should be <0.2.0 for both |
I'm not using the built-in backends, I have my own. The error comes from calling a CImGui function within an app, not from within the backend/rendering part. |
In the short-term, what versions of these three packages can I go back to to get the older functional version of the package? I"m a little unclear on the exact relationship between the three packages and which one actually has the breaking changes. |
I think the broken version has been yanked. |
Thanks, I fixed it by reverting to CImGui v1.82.0 and LibCimGui v1.82.2 |
Things should be working again with v1.82.1 🤞 |
Hi, it looks like LibCImGui.jl has some updated code that CImGui is not able to deal with? I got the "KeyPadEnter" error already mentioned by somebody else, and after fixing it in my own code I'm getting "
igTreeNodeStr(label)
not defined" when callingTreeNode()
. Because it's been updated toigTreeNode_Str(label)
.The package versions I'm using are:
The text was updated successfully, but these errors were encountered: