Skip to content

Commit

Permalink
cairo: fix unexpected cfg condition value
Browse files Browse the repository at this point in the history
This crate references features that were not defined in Cargo.toml.
Add those features, even though we don't use them, so that we are
not warned to death and don't drown in the noise.
  • Loading branch information
wez committed Sep 14, 2024
1 parent c0649ad commit d7ede9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deps/cairo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ pdf = []
svg = []
ps = []
script = []
win32-surface = []
xlib = []
xcb = []
freetype = []
use_glib = []

[dependencies]
libc = "0.2"
Expand Down

0 comments on commit d7ede9f

Please sign in to comment.