lyon 0.4.0

2D Graphics rendering experiments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
language: rust
rust:
  - stable
  - beta
  - nightly
script:
  - cd core && cargo test
  - cd tessellation && cargo test
  - cd extra && cargo test
  - cd path_builder && cargo test
  - cd path_iterator && cargo test
  - cd path && cargo test
  - cd examples/gfx_logo && cargo build
  - cd cli && cargo build