Update and fix implementors for the new API.
This commit is contained in:
@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" }
|
||||
default = ["std"]
|
||||
impl-cgmath = ["cgmath"]
|
||||
impl-glam = ["glam"]
|
||||
impl-nalgebra = ["nalgebra", "num-traits", "simba"]
|
||||
impl-nalgebra = ["nalgebra"]
|
||||
serialization = ["serde", "serde_derive"]
|
||||
std = []
|
||||
|
||||
@ -31,10 +31,8 @@ std = []
|
||||
cgmath = { version = ">=0.17, <0.19", optional = true }
|
||||
glam = { version = ">=0.10, <0.12", optional = true }
|
||||
nalgebra = { version = ">=0.21, <0.25", optional = true }
|
||||
num-traits = { version = "0.2", optional = true }
|
||||
serde = { version = "1", optional = true }
|
||||
serde_derive = { version = "1", optional = true }
|
||||
simba = { version = ">=0.1.2, <0.5", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
float-cmp = ">=0.6, < 0.9"
|
||||
|
Reference in New Issue
Block a user