Release 0.18 (#520)

This commit is contained in:
Dzmitry Malyshau 2021-01-02 20:01:35 -05:00 committed by GitHub
parent 4b99f07bfd
commit 637c566cc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 10 deletions

View file

@ -1,8 +1,8 @@
[package] [package]
name = "cgmath" name = "cgmath"
version = "0.17.0" version = "0.18.0"
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"] authors = ["Rust game-developers"]
license = "Apache-2.0" license = "Apache-2.0"
description = "A linear algebra and mathematics library for computer graphics." description = "A linear algebra and mathematics library for computer graphics."
@ -27,8 +27,8 @@ num-traits = "0.2"
# small_rng used only for benchmarks # small_rng used only for benchmarks
rand = { version = "0.8", features = ["small_rng"], optional = true } rand = { version = "0.8", features = ["small_rng"], optional = true }
serde = { version = "1.0", features = ["serde_derive"], 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] [dev-dependencies]
# glium = "0.23" # causes problems with nightly-2019-01-01 needed for testing "simd"
serde_json = "1.0" serde_json = "1.0"

View file

@ -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 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 and benchmarks are also required, so help on that front would be most
appreciated. 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.