yglukhov / nimx

GUI library
MIT License
1.1k stars 75 forks source link

fix x11 import #360

Closed narimiran closed 5 years ago

narimiran commented 5 years ago

Once https://github.com/nim-lang/x11/pull/19 is merged, this will fix the error nimx/pasteboard/pasteboard_x11.nim(5, 8) Error: cannot open file: xlib which is raised when running nim c --threads:on test/main.nim is run.

yglukhov commented 5 years ago

I might have missed this PR when it was filed, and now its no longer relevant