libxdo-sys 0.10.0

FFI bindings to libxdo
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

name = "libxdo-sys"
version = "0.10.0"
authors = ["Mika Attila <radiantstatue@gmail.com>"]
license = "MIT"
description = "FFI bindings to libxdo"
readme = "README.md"
repository = "https://github.com/crumblingstatue/rust-libxdo-sys"
keywords = ["X11", "automation", "xdotool", "libxdo", "xdo"]

links = "xdo"
build = "build.rs"

[dependencies]
x11 = "2.1.0"
libc = "0.1.10"