commit
b12af38746
2 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,4 @@ before_install:
|
|||
install:
|
||||
- sudo apt-get install rust-nightly
|
||||
script:
|
||||
- rustpkg build cgmath
|
||||
- rustpkg test tests
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
# cgmath-rs
|
||||
|
||||
[![Build Status](https://travis-ci.org/bjz/cgmath-rs.png?branch=master)](https://travis-ci.org/bjz/cgmath-rs)
|
||||
|
||||
A linear algebra and mathematics library for computer graphics.
|
||||
|
||||
The library provides:
|
||||
|
|
Loading…
Reference in a new issue