[package] name = "leanshot_x11" version = "0.2.0" description = "x11 bindings" license-file = "../LICENSE" authors = ["Michael Zhang "] [features] default = [] xlib = ["x11/xlib"] xrender = ["x11/xrender"] xinerama = ["x11/xlib", "x11/xinerama"] [dependencies] libc = "0.2" x11 = { version = "2.18" } thiserror = "1.0.20" log = "0.4.8"