Kyjor / JulGame.jl

JulGame is a game engine based on the Julia programming language with the help of SDL2.
https://docs.kyjor.io/JulGame.jl
The Unlicense
94 stars 3 forks source link

Set compat bounds for CImGui #10

Closed JamesWrigley closed 7 months ago

JamesWrigley commented 7 months ago

CImGui major/minor versions follow upstream ImGui, so minor version updates may be breaking. This only allows patch updates.

(making the PR because there's a new breaking release: https://github.com/Gnimuc/CImGui.jl/releases/tag/v1.89.0)

Kyjor commented 7 months ago

Thank you! @JamesWrigley