lento-yoga 0.4.0

Rust bindings for Facebook's Yoga, a Flexbox layout engine
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: rust
os:
  - linux
  - osx
rust:
  - stable
  - nightly
matrix:
  allow_failures:
    - rust: nightly
notifications:
  email: false
before_script:
  - export PATH=$PATH:~/.cargo/bin
script:
  - cargo build --verbose
  - cargo test --verbose