commit
b12af38746
2 changed files with 3 additions and 1 deletions
|
@ -4,4 +4,4 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- sudo apt-get install rust-nightly
|
- sudo apt-get install rust-nightly
|
||||||
script:
|
script:
|
||||||
- rustpkg build cgmath
|
- rustpkg test tests
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# cgmath-rs
|
# 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.
|
A linear algebra and mathematics library for computer graphics.
|
||||||
|
|
||||||
The library provides:
|
The library provides:
|
||||||
|
|
Loading…
Reference in a new issue