Skip to content

Commit 3e5670b

Browse files
committed
Release 0.18
1 parent 1d23011 commit 3e5670b

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22

33
name = "cgmath"
4-
version = "0.17.0"
5-
authors = ["Brendan Zabarauskas <[email protected]>"]
4+
version = "0.18.0"
5+
authors = ["Rust game-developers"]
66
license = "Apache-2.0"
77
description = "A linear algebra and mathematics library for computer graphics."
88

@@ -27,8 +27,8 @@ num-traits = "0.2"
2727
# small_rng used only for benchmarks
2828
rand = { version = "0.7", features = ["small_rng"], optional = true }
2929
serde = { version = "1.0", features = ["serde_derive"], optional = true }
30-
simd = { version = "0.2", optional = true } # works only in rust toolchain up to 1.32
30+
# works only in rust toolchain up to 1.32, disabled indefinitely
31+
#simd = { version = "0.2", optional = true }
3132

3233
[dev-dependencies]
33-
# glium = "0.23" # causes problems with nightly-2019-01-01 needed for testing "simd"
3434
serde_json = "1.0"

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cgmath-rs
22

3-
[![Build Status](https://travis-ci.org/rustgd/cgmath.svg?branch=master)](https://travis-ci.org/rustgd/cgmath)
3+
[![Build Status](https://github.com/rustgd/cgmath/workflows/tests/badge.svg?branch=master)](https://github.com/rustgd/cgmath/actions)
44
[![Documentation](https://docs.rs/cgmath/badge.svg)](https://docs.rs/cgmath)
55
[![Version](https://img.shields.io/crates/v/cgmath.svg)](https://crates.io/crates/cgmath)
66
[![License](https://img.shields.io/crates/l/cgmath.svg)](https://github.com/rustgd/cgmath/blob/master/LICENSE)
@@ -80,9 +80,3 @@ Pull requests are most welcome, especially in the realm of performance
8080
enhancements and fixing any mistakes I may have made along the way. Unit tests
8181
and benchmarks are also required, so help on that front would be most
8282
appreciated.
83-
84-
## Support
85-
86-
Contact `bjz` on irc.mozilla.org [#rust](http://mibbit.com/?server=irc.mozilla.org&channel=%23rust)
87-
and [#rust-gamedev](http://mibbit.com/?server=irc.mozilla.org&channel=%23rust-gamedev),
88-
or [post an issue](https://github.com/bjz/cgmath/issues/new) on Github.

0 commit comments

Comments
 (0)