[package] name = "x11cap" version = "0.4.1" authors = ["bryal <96.bryal@gmail.com>"] description = "Screen capture with X11 in Rust" repository = "https://github.com/bryal/X11Cap" documentation = "http://bryal.github.io/X11Cap/x11cap/" readme = "README.md" keywords = ["X11", "X", "screen", "record", "capture"] license = "MIT" build = "build.rs" [dependencies] x11 = "2.11" libc = "0.2" [dev-dependencies] shuteye = "0.2"