Closed jmiskovic closed 1 year ago
I needed to change glfw3 loading to make it run on Linux:
glfw = ffi.os == 'Windows' and ffi.load('glfw3') or ffi.C
That line is from lovr-mouse so it should be well tested across win/linux/macos.
Thanks so much, fixed!
I needed to change glfw3 loading to make it run on Linux:
glfw = ffi.os == 'Windows' and ffi.load('glfw3') or ffi.C
That line is from lovr-mouse so it should be well tested across win/linux/macos.