Update readme build status and remove IDE config (#521)
This commit is contained in:
parent
1d23011a5b
commit
521371365c
3 changed files with 5 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -3,3 +3,7 @@
|
||||||
/target
|
/target
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
/bench/bench
|
/bench/bench
|
||||||
|
.vscode
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,2 +0,0 @@
|
||||||
{
|
|
||||||
}
|
|
|
@ -1,6 +1,6 @@
|
||||||
# cgmath-rs
|
# cgmath-rs
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/rustgd/cgmath.svg?branch=master)](https://travis-ci.org/rustgd/cgmath)
|
[![Build Status](https://github.com/rustgd/cgmath/workflows/tests/badge.svg)](https://github.com/rustgd/cgmath/actions)
|
||||||
[![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/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/rustgd/cgmath/blob/master/LICENSE)
|
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/rustgd/cgmath/blob/master/LICENSE)
|
||||||
|
|
Loading…
Reference in a new issue