Skip to content

Commit df2867d

Browse files
committed
Disable cairo's glib feature
Cuts the number of used crates by one third. Signed-off-by: Janne Grunau <[email protected]>
1 parent 52b2f97 commit df2867d

2 files changed

Lines changed: 3 additions & 222 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 221 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
cairo-rs = "0.17"
9+
cairo-rs = { version = "0.17", default-features = false }
1010
drm = "0.9"
1111
anyhow = "1"
1212
input = "0.8"

0 commit comments

Comments
 (0)