Skip to content

Commit

Permalink
Remove nalgebra-macros and update criterion (rust-av#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon committed Nov 24, 2024
1 parent aa9ce18 commit e96b71e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e96b71e

Please sign in to comment.