Skip to content

Commit

Permalink
gdk: Enable use_glib feature for cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKC committed Aug 22, 2023
1 parent 2643154 commit 75dfa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]

[dependencies]
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
cairo-rs = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["use_glib"]}
ffi = {package = "gdk4-sys", path = "./sys", version = "0.8"}
gdk-pixbuf = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19"}
gio = {git = "https://github.com/gtk-rs/gtk-rs-core", version = "0.19", features = ["v2_66"]}
Expand Down

0 comments on commit 75dfa9e

Please sign in to comment.