alga dependency: point to the github repository.

This commit is contained in:
sebcrozet 2018-05-24 19:01:08 +02:00 committed by Sébastien Crozet
parent 17ce4a59a2
commit bc54e61031
1 changed files with 1 additions and 1 deletions

View File

@ -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 }