diff --git a/Cargo.toml b/Cargo.toml index f845a1c..391d154 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,10 @@ rayon = { version = "1.5.3", optional = true } thiserror = "1.0.56" yuvxyb = { git = "https://github.com/rust-av/yuvxyb" } -[build-dependencies.yuvxyb-math] -git = "https://github.com/rust-av/yuvxyb" +[build-dependencies.nalgebra] +version = "0.32.2" +default-features = false +features = ["std"] [dev-dependencies] criterion = "0.5.0"