pistoncore-glfw_window 0.65.0

A GLFW window back-end for the Piston game engine
Documentation
language: rust
addons:
  apt:
    sources:
      - kubuntu-backports
    packages:
      - libxinerama-dev
      - libxcursor-dev
      - xorg-dev
script:
  - cargo build --all-features
  - cargo test --all-features
  - cargo doc --all-features