epezent / implot

Immediate Mode Plotting
MIT License
4.55k stars 503 forks source link

Consider making a new release #489

Closed RT2Code closed 1 year ago

RT2Code commented 1 year ago

It's pretty much the same issue as here: https://github.com/CedricGuillemet/ImGuizmo/issues/278

I want to update the vcpkg imgui port to the latest version (https://github.com/microsoft/vcpkg/pull/32393), but as implot is still stuck to the previous tagged release version (0.14), it fails to build with imgui 1.89.7 and must be patched manually. It would be better if I could also update the implot port to the latest version, but with vcpkg, a new tagged version is required for that.

epezent commented 1 year ago

Done

RT2Code commented 1 year ago

Thanks, I updated the vcpkg port to the latest release version : https://github.com/microsoft/vcpkg/pull/32650