winit_input_helper 0.4.0-alpha6

Processes winit events, allowing input state to be queried at any time.
Documentation
language: rust
rust:
  - nightly
  - stable

script:
  - cargo test
  - cargo test --release
  - cd examples
  - cargo build
  - cargo build --release

branches:
  only:
    - master