Skip to content

Commit

Permalink
feat: Replace derive_builder with bon
Browse files Browse the repository at this point in the history
  • Loading branch information
inflation committed Dec 2, 2024
1 parent 11ed207 commit 06b56dc
Show file tree
Hide file tree
Showing 9 changed files with 204 additions and 179 deletions.
118 changes: 64 additions & 54 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion jpegxl-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ docs = ["jpegxl-sys/docs"]
bench = []

[dependencies]
derive_builder = "0.20.2"
image = { version = "0.25.5", optional = true, default-features = false }
thiserror = "2.0.3"
half = "2.4.1"
byteorder = "1.5.0"
bon = "3.2.0"

[dependencies.jpegxl-sys]
version = "0.11.2"
Expand Down
Loading

0 comments on commit 06b56dc

Please sign in to comment.