obj 0.5.0

A package for loading Wavefront .obj files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
language: rust

script:
    - cargo build
    - cargo test
    - cargo test --features "usegenmesh"
    - cargo doc

after_script:
  # the doc directory needs to be in the root for rust-ci
  - mv target/doc doc