[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"] [dependencies] libc = "0.2" x11 = { version = "2.18" } thiserror = "1.0.20"