x11-clipboard 0.9.2

x11 clipboard support for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
rust:
    - stable
cache: cargo
os:
    - linux
sudo: required
services:
    - xvfb
before_script:
    - sudo apt-get update -qq
    - sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
script:
    - cargo test