Gnimuc / CImGui.jl

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

Use ImDrawFlags_RoundCornersAll and bump version #118

Closed JamesWrigley closed 3 months ago

JamesWrigley commented 3 months ago

ImDrawCornerFlags_All is deprecated in 1.82: https://github.com/ocornut/imgui/blob/6f7b5d0ee2fe9948ab871a530888a6dc5c960700/imgui.h#L3329

Fixes #117.