Remove copypasta and maintain our own fork

This commit is contained in:
Héctor Ramón Jiménez 2019-12-19 05:47:36 +01:00
parent b55ba14585
commit 23004b960f
16 changed files with 685 additions and 40 deletions

View file

@ -11,9 +11,6 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- name: Install xcb libraries
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
- uses: actions/checkout@master
- name: Run tests
run: cargo test --verbose