Update readme build status and remove IDE config (#521)

This commit is contained in:
aloucks 2020-12-05 11:26:09 -05:00 committed by GitHub
parent 1d23011a5b
commit 521371365c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

4
.gitignore vendored
View file

@ -3,3 +3,7 @@
/target
/Cargo.lock
/bench/bench
.vscode
.idea
*.iml

View file

@ -1,2 +0,0 @@
{
}

View file

@ -1,6 +1,6 @@
# 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)
[![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)