in this x11 package, there is no x11.nim file, only x11 as a folder, so you can not call import x11, you will have to import the files inside that folder like:
import x11/xlib, x11/xutil, x11/x, x11/xft, x11/xrender
in this x11 package, there is no x11.nim file, only x11 as a folder, so you can not call import x11, you will have to import the files inside that folder like:
import x11/xlib, x11/xutil, x11/x, x11/xft, x11/xrender