xcb 0.8.2

Rust bindings and wrappers for XCB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust
rust:
    - nightly
    - beta
    - stable
before_install:
    - sudo apt-get update -qq
    - sudo apt-get install -y libx11-xcb-dev python3
    - scripts/install_xcb.sh
script:
    - cargo build --verbose --features debug_all
    - scripts/test_examples.sh