Skip to content

Commit 294c74a

Browse files
committed
Release 0.18
1 parent 5213713 commit 294c74a

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
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: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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)