Gnimuc / CImGui.jl

Julia wrapper for cimgui
https://github.com/cimgui/cimgui
MIT License
253 stars 25 forks source link

Restrict LibCImGui.jl compat bounds #90

Closed JamesWrigley closed 1 year ago

JamesWrigley commented 1 year ago

This is so that we don't inadvertently break things while updating all the packages :sweat_smile: If you agree, I think a new patch release could be made for this.

Gnimuc commented 1 year ago

Is this really necessary?

"1.82.2" => [1.82.2, 1.83.0) "~1.82" => [1.82.0, 1.83.0)

oh, it's actually:

"1.82.2" => [1.82.2, 2.0.0) "~1.82" => [1.82.0, 1.83.0)

JamesWrigley commented 1 year ago

Yeah exactly, the idea is that hopefully (:pray:) patch versions will always be compatible.