lyon 0.4.0

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