docs.rs
This commit is contained in:
parent
723e0fe96a
commit
8eb7614792
3 changed files with 3 additions and 22 deletions
20
.travis.yml
20
.travis.yml
|
@ -5,23 +5,5 @@ rust:
|
||||||
- beta
|
- beta
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
env:
|
|
||||||
global:
|
|
||||||
- TRAVIS_CARGO_NIGHTLY_FEATURE="eders"
|
|
||||||
- secure: afYeHpC8BJeyajd3vd84xRBYJKxQorKfh4lGvesu/hqh0bHc6lxrqGt0Pthb2m2YDODZiGSbx9yr9UetelZIJUSA3LoiG5PdDrtH/Kwdn5xGcBWSZl3v/sH+oB3AeR7Eji6mj0mrydQxn8PQbEACvR6lpGCYE2R48KrftYmD6Js=
|
|
||||||
|
|
||||||
before_script:
|
|
||||||
- |
|
|
||||||
pip install 'travis-cargo<0.2' --user &&
|
|
||||||
export PATH=$HOME/.local/bin:$PATH
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- |
|
- cargo build && cargo test && cargo bench
|
||||||
travis-cargo build &&
|
|
||||||
travis-cargo test &&
|
|
||||||
travis-cargo bench &&
|
|
||||||
travis-cargo --only stable doc
|
|
||||||
|
|
||||||
after_success:
|
|
||||||
- |
|
|
||||||
travis-cargo --only stable doc-upload --branch stable
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>",
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
description = "A linear algebra and mathematics library for computer graphics."
|
description = "A linear algebra and mathematics library for computer graphics."
|
||||||
|
|
||||||
documentation = "http://brendanzab.github.io/cgmath"
|
documentation = "https://docs.rs/cgmath"
|
||||||
homepage = "https://github.com/brendanzab/cgmath"
|
homepage = "https://github.com/brendanzab/cgmath"
|
||||||
repository = "https://github.com/brendanzab/cgmath"
|
repository = "https://github.com/brendanzab/cgmath"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
# cgmath-rs
|
# cgmath-rs
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/brendanzab/cgmath.svg?branch=master)](https://travis-ci.org/brendanzab/cgmath)
|
[![Build Status](https://travis-ci.org/brendanzab/cgmath.svg?branch=master)](https://travis-ci.org/brendanzab/cgmath)
|
||||||
|
[![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath)
|
||||||
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
|
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
|
||||||
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/brendanzab/cgmath/blob/master/LICENSE)
|
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/brendanzab/cgmath/blob/master/LICENSE)
|
||||||
[![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath)
|
[![Downloads](https://img.shields.io/crates/d/cgmath.svg)](https://crates.io/crates/cgmath)
|
||||||
|
|
||||||
[Documentation](http://brendanzab.github.io/cgmath/)
|
|
||||||
|
|
||||||
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