Skip to content

Commit

Permalink
Up colorutils, some improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jul 22, 2024
1 parent 8f42e4c commit 9faa036
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 201 deletions.
193 changes: 24 additions & 169 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ name = "fast-blur"
path = "src/main.rs"

[dependencies]
colorutils-rs = "0.4.13"
colorutils-rs = "0.5.2"
half = "2.4.1"
image = "0.25.1"
libblur = {path = "src/lib"}
rayon = "1.10.0"

[dev-dependencies]
criterion = "0.3"
opencv = { version = "0.92.0", default-features = false, features = ["imgcodecs", "imgproc"] }
#opencv = { version = "0.92.0", default-features = false, features = ["imgcodecs", "imgproc"] }

[[bench]]
name = "gauss_bench"
Expand Down
6 changes: 3 additions & 3 deletions src/lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libblur"
version = "0.13.0"
version = "0.13.1"
edition = "2021"
description = "Fast image blurring in pure Rust"
readme = "../../README.md"
Expand All @@ -19,8 +19,8 @@ edition = "2021"
path = "lib.rs"

[dependencies]
colorutils-rs = "0.4.13"
erydanos = "0.2.3"
colorutils-rs = "0.5.2"
erydanos = "0.2.9"
half = { version = "2.4.1", features = ["num-traits"] }
num-traits = "0.2.18"
rayon = "1.10.0"
Loading

0 comments on commit 9faa036

Please sign in to comment.