From 294c74a454e419ab8b78fb69073ae50699610cad Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Sat, 5 Dec 2020 10:48:42 -0500 Subject: [PATCH] Release 0.18 --- Cargo.toml | 8 ++++---- README.md | 6 ------ 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb9a73ce..781ae03d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "cgmath" -version = "0.17.0" -authors = ["Brendan Zabarauskas "] +version = "0.18.0" +authors = ["Rust game-developers"] license = "Apache-2.0" description = "A linear algebra and mathematics library for computer graphics." @@ -27,8 +27,8 @@ num-traits = "0.2" # small_rng used only for benchmarks rand = { version = "0.7", features = ["small_rng"], optional = true } serde = { version = "1.0", features = ["serde_derive"], optional = true } -simd = { version = "0.2", optional = true } # works only in rust toolchain up to 1.32 +# works only in rust toolchain up to 1.32, disabled indefinitely +#simd = { version = "0.2", optional = true } [dev-dependencies] -# glium = "0.23" # causes problems with nightly-2019-01-01 needed for testing "simd" serde_json = "1.0" diff --git a/README.md b/README.md index aa220095..d247a7f3 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,3 @@ Pull requests are most welcome, especially in the realm of performance enhancements and fixing any mistakes I may have made along the way. Unit tests and benchmarks are also required, so help on that front would be most appreciated. - -## Support - -Contact `bjz` on irc.mozilla.org [#rust](http://mibbit.com/?server=irc.mozilla.org&channel=%23rust) -and [#rust-gamedev](http://mibbit.com/?server=irc.mozilla.org&channel=%23rust-gamedev), -or [post an issue](https://github.com/bjz/cgmath/issues/new) on Github.