Skip to content

Commit

Permalink
improv: use jxl-oxide instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Quackdoc authored Oct 9, 2024
1 parent cfc88dd commit 7134d82
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 109 deletions.
217 changes: 138 additions & 79 deletions Cargo.lock

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

6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ name = "cosmic-bg"
version = "0.1.0"
edition = "2021"

[features]
vendored-jpegxl = ["jpegxl-rs/vendored"]

[dependencies]
anyhow = "1.0.89"
color-eyre = "0.6.3"
colorgrad = { workspace = true }
cosmic-bg-config = { path = "./config" }
dirs = "5.0.1"
eyre = "0.6.12"
fast_image_resize = { version = "4.2.1", features = ["image"] }
image = { workspace = true, features = ["hdr", "jpeg", "png", "rayon", "webp"] }
jpegxl-rs = "0.11.1"
jxl-oxide = "0.9.0"
notify = "6.1.1"
rand = "0.8"
ron = { workspace = true }
Expand Down
Loading

0 comments on commit 7134d82

Please sign in to comment.