Skip to content

Commit

Permalink
don't use tiny-skia's default features (PolyMeilex#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Jackson authored Apr 14, 2023
1 parent df5b2fc commit db305d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description = "Adwaita-like SCTK Frame"

[dependencies]
smithay-client-toolkit = { version = "0.17.0", default_features = false }
tiny-skia = { version = "0.8", features = ["std", "simd"] }
tiny-skia = { version = "0.8", default-features = false, features = ["std", "simd"] }
log = "0.4"
memmap2 = { version = "0.5.8", optional = true }

Expand Down

0 comments on commit db305d0

Please sign in to comment.