SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.08k stars 163 forks source link

Fix new SFML 3 build error #250

Closed ChrisThrasher closed 11 months ago

ChrisThrasher commented 11 months ago

See https://github.com/SFML/SFML/pull/2637

If we merge #249 then we can pretty easily add SFML 3 jobs to CI to continuously ensure SFML 3 support is maintained. Then as long as we run CI on a regular basis we will find these issues.

ChrisThrasher commented 11 months ago

https://github.com/SFML/imgui-sfml/actions/runs/5774413453

I've got SFML 3 working in CI. It required this fix and another.