xcb-util-cursor 0.3.2

Bindings to libxcb-cursor.
Documentation
name: CI

on:
  push:
  pull_request:
  workflow_dispatch:
  schedule: [cron: "0 0 * * *"]

env:
  RUSTFLAGS: -Dwarnings

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
      - name: Install libxcb-cursor-dev
        run: sudo apt install -y libxcb-cursor-dev

      - name: Checkout Source Code
        uses: actions/checkout@v2

      - name: Get Rust Toolchain
        uses: actions-rs/toolchain@v1
        with:
          toolchain: stable

      - name: Build With Cargo
        uses: actions-rs/cargo@v1
        with:
          command: build
          args: --release