Skip to content

Commit

Permalink
Disable default features in arboard
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Dec 16, 2024
1 parent 2bf0b44 commit 048db43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ winit = { version = "0.30.2", features = ["rwh_06"] }
accesskit_winit = "0.21.1"
accesskit = "0.15.0"
muda = "0.11.5"
arboard = "3.4.1"
arboard = { version = "3.4.1", default-features = false }
keyboard-types = "0.7"

# IO & Networking
Expand All @@ -67,7 +67,7 @@ tokio = "1.42"
reqwest = "0.12"

# Media & Decoding
image = { version = "0.25", default-features = false, features = ["jpeg", "png", "gif", "webp"] }
image = { version = "0.25", default-features = false }
woff = "0.3.3"
html-escape = "0.2.13"

Expand Down

0 comments on commit 048db43

Please sign in to comment.