Skip to content

Commit

Permalink
chore(wallpapers): replace freedesktop-icons crate
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed Jan 13, 2025
1 parent 77f3cc9 commit d5e84a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 74 deletions.
73 changes: 1 addition & 72 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions pages/wallpapers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ cosmic-randr-shell = { workspace = true }
dirs = "5.0.1"
eyre = "0.6.12"
# Upstream version 5.0.0 has compilation error on Redox's toolchain
fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git", features = ["image"] }
freedesktop-icons = "0.2.6"
fast_image_resize = { git = "https://github.com/jackpot51/fast_image_resize.git", features = [
"image",
] }
freedesktop-icons = { package = "cosmic-freedesktop-icons", git = "https://github.com/pop-os/freedesktop-icons" }
futures-lite = "2.3.0"
futures-util = "0.3.30"
image = "0.25.2"
Expand Down

0 comments on commit d5e84a6

Please sign in to comment.