Dominaezzz / kotlin-imgui

Kotlin bindings for Dear ImGui
MIT License
83 stars 4 forks source link

Build on earlier version of Ubuntu #23

Closed nlbuescher closed 3 years ago

nlbuescher commented 3 years ago

building on ubuntu-20.04 caused dependencies on newer library versions than were availability in ubuntu 18.04, which at this time is still LTS. Using the older runner and building the newer SWIG from source fixes this problem.

nlbuescher commented 3 years ago

fix #22