Skip to content

Commit

Permalink
Remove nalgebra-macros and update criterion (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezyLemon authored Apr 23, 2024
1 parent 81eb70f commit 05e2f32
Show file tree
Hide file tree
Showing 2 changed files with 119 additions and 94 deletions.
205 changes: 114 additions & 91 deletions Cargo.lock.MSRV

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,13 @@ rayon = { version = "1.5.3", optional = true }
thiserror = "1.0.56"
yuvxyb = "0.4.0"

[build-dependencies]
nalgebra = "0.32.2"
[build-dependencies.nalgebra]
version = "0.32.2"
default-features = false
features = ["std"]

[dev-dependencies]
criterion = "0.4.0"
criterion = "0.5.0"
image = "0.24.4"
rand = "0.8.5"

Expand Down

0 comments on commit 05e2f32

Please sign in to comment.