vl53l0x 0.3.1

A platform agnostic driver to interface with the vl53l0x (time-to-flight sensor)
Documentation
language: rust
rust:
  - stable
  - beta
  - nightly

install:
  - rustup target add thumbv7em-none-eabi

script:
  - cargo build --verbose

cache: cargo
before_cache:
  - chmod -R a+r $HOME/.cargo

branches:
  only:
    - develop
    - master