-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
implot: bump imgui for consistency with other packages #23434
Conversation
🤖 Beep Boop! This pull request is making changes to 'recipes/implot//'. 👋 @Hopobcn you might be interested. 😉 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 7 (
Conan v2 pipeline ✔️
All green in build 7 (
|
@jwillikers @ericLemanissier @toge a community review would be welcome here |
* implot: don't build and link implot_demo.cpp * implot: IMGUI_DEFINE_MATH_OPERATORS does not need to be defined since v0.16 * implot: bump imgui versions to latest supported ones * implot: make v0.14 compatible with imgui/1.90.x * implot: restore implot_demo.cpp, add a comment * implot: bump imgui
Also adds support for v1.89.7+ for v0.14 by renaming a single imgui constant in a .cpp file.
IMGUI_DEFINE_MATH_OPERATORS
no longer needs to be set in CMake. Dropped it to get rid of a related warning.The imgui version bump is for compatibility with
imguizmo
(#23435) andiridescence
(#23436). There are no other packages depending onimplot
.