SFML / imgui-sfml

Dear ImGui backend for use with SFML
MIT License
1.13k stars 169 forks source link

Fix finding SFML 3 and add SFML 3 to CI pipeline #255

Closed ChrisThrasher closed 1 year ago

ChrisThrasher commented 1 year ago

Currently in master it's not possible to find an installation of SFML 3. Using SFML 3 requires that someone already builds SFML 3 in their build tree and thus can't depend on a preexisting installation.

I then added SFML 3 to CI to ensure SFML 3 support is constantly maintained.

ChrisThrasher commented 1 year ago

Some recent SFML 3 changes broke the SFML build again.