File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " cgmath"
4- version = " 0.17 .0"
5- authors = [" Brendan Zabarauskas <bjzaba@yahoo.com.au> " ]
4+ version = " 0.18 .0"
5+ authors = [" Rust game-developers " ]
66license = " Apache-2.0"
77description = " 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
2828rand = { version = " 0.8" , features = [" small_rng" ], optional = true }
2929serde = { 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"
3434serde_json = " 1.0"
Original file line number Diff line number Diff line change @@ -80,9 +80,3 @@ Pull requests are most welcome, especially in the realm of performance
8080enhancements and fixing any mistakes I may have made along the way. Unit tests
8181and benchmarks are also required, so help on that front would be most
8282appreciated.
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.
You can’t perform that action at this time.
0 commit comments