[go: up one dir, main page]

xcb 0.6.2

Rust bindings and wrappers for XCB
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: rust
rust:
    - nightly
    - beta
    - stable
matrix:
    allow_failures:
        - rust: nightly
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