2014-06-23 03:35:40 +00:00
|
|
|
[package]
|
|
|
|
|
2014-06-30 02:12:43 +00:00
|
|
|
name = "cgmath"
|
2017-06-06 20:48:55 +00:00
|
|
|
version = "0.15.0"
|
2017-04-26 12:36:24 +00:00
|
|
|
authors = ["Brendan Zabarauskas <bjzaba@yahoo.com.au>"]
|
2015-09-20 05:42:10 +00:00
|
|
|
license = "Apache-2.0"
|
|
|
|
description = "A linear algebra and mathematics library for computer graphics."
|
|
|
|
|
2016-09-05 19:01:27 +00:00
|
|
|
documentation = "https://docs.rs/cgmath"
|
2016-08-17 13:03:39 +00:00
|
|
|
homepage = "https://github.com/brendanzab/cgmath"
|
|
|
|
repository = "https://github.com/brendanzab/cgmath"
|
2015-10-02 05:28:04 +00:00
|
|
|
readme = "README.md"
|
2015-09-20 05:42:10 +00:00
|
|
|
|
|
|
|
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"]
|
2014-06-23 03:35:40 +00:00
|
|
|
|
2014-08-30 00:00:34 +00:00
|
|
|
[lib]
|
2014-06-23 03:35:40 +00:00
|
|
|
name = "cgmath"
|
2014-12-26 21:18:29 +00:00
|
|
|
|
2015-12-20 20:24:56 +00:00
|
|
|
[features]
|
|
|
|
unstable = []
|
|
|
|
|
2014-12-26 21:18:29 +00:00
|
|
|
[dependencies]
|
2016-08-22 15:21:22 +00:00
|
|
|
approx = "0.1"
|
2017-06-06 22:07:38 +00:00
|
|
|
mint = { version = "0.4.1", optional = true }
|
2016-04-23 04:03:35 +00:00
|
|
|
num-traits = "0.1"
|
2015-10-25 07:09:12 +00:00
|
|
|
rand = "0.3"
|
2017-06-06 20:48:55 +00:00
|
|
|
serde = { version = "1.0", features = ["serde_derive"], optional = true }
|
2017-02-24 23:26:11 +00:00
|
|
|
simd = { version = "0.2", optional = true }
|
2016-03-26 05:40:31 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2017-04-14 13:04:08 +00:00
|
|
|
glium = "0.16"
|
2017-04-22 22:31:50 +00:00
|
|
|
serde_json = "1.0"
|