alga dependency: point to the github repository.
This commit is contained in:
parent
17ce4a59a2
commit
bc54e61031
|
@ -31,7 +31,7 @@ rand = { version = "0.5", default-features = false }
|
|||
num-traits = { version = "0.2", default-features = false }
|
||||
num-complex = { version = "0.2.0-git", git = "https://github.com/rust-num/num-complex", default-features = false }
|
||||
approx = { version = "0.2", default-features = false }
|
||||
alga = { version = "0.5", path = "../alga/alga", default-features = false }
|
||||
alga = { version = "0.5", git = "https://github.com/sebcrozet/alga.git", branch = "no_std", default-features = false }
|
||||
matrixmultiply = { version = "0.1", optional = true }
|
||||
serde = { version = "1.0", optional = true }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
|
|
Loading…
Reference in New Issue