[librsvg/wip/aruiz/rust-pixbuf-loader] pixbuf: missing cargo deps
- From: Alberto Ruiz <aruiz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/wip/aruiz/rust-pixbuf-loader] pixbuf: missing cargo deps
- Date: Thu, 28 Jul 2022 15:50:28 +0000 (UTC)
commit 728889e16018ce8f0fe674e3d6334b1912f03304
Author: Alberto Ruiz <aruiz redhat com>
Date: Thu Jul 28 16:50:20 2022 +0100
pixbuf: missing cargo deps
gdk-pixbuf-loader/Cargo.toml | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gdk-pixbuf-loader/Cargo.toml b/gdk-pixbuf-loader/Cargo.toml
index be69b0508..68ac323d3 100644
--- a/gdk-pixbuf-loader/Cargo.toml
+++ b/gdk-pixbuf-loader/Cargo.toml
@@ -10,8 +10,10 @@ crate-type = ["cdylib"]
[dependencies]
librsvg = { path = ".." }
gdk-pixbuf-sys = "0.15"
+gdk-pixbuf = "0.15"
libc = "0.2"
glib-sys = "0.15"
+gobject-sys = "0.15"
glib = "0.15"
gio = "0.15"
cairo-rs = "0.15"
\ No newline at end of file
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]