Fix the nalgebra dependency to accept 0.14, 0.15 and 0.16.
This commit is contained in:
parent
77ccf0a47b
commit
37cf89b566
@ -25,7 +25,7 @@ impl-cgmath = ["cgmath"]
|
||||
impl-nalgebra = ["nalgebra"]
|
||||
|
||||
[dependencies.nalgebra]
|
||||
version = "0.14"
|
||||
version = ">=0.14, <0.17"
|
||||
optional = true
|
||||
|
||||
[dependencies.cgmath]
|
||||
|
Loading…
Reference in New Issue
Block a user