[librsvg] Add Pango to the Rust dependencies



commit 222e48db9aef9ce4854184c911a9d20b9723b4b5
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Dec 14 09:16:34 2017 -0600

    Add Pango to the Rust dependencies

 rust/Cargo.lock | 28 ++++++++++++++++++++++++++++
 rust/Cargo.toml |  1 +
 2 files changed, 29 insertions(+)
---
diff --git a/rust/Cargo.lock b/rust/Cargo.lock
index fe16fe4..7462252 100644
--- a/rust/Cargo.lock
+++ b/rust/Cargo.lock
@@ -298,6 +298,31 @@ version = "0.3.2"
 source = "registry+https://github.com/rust-lang/crates.io-index";
 
 [[package]]
+name = "pango"
+version = "0.3.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
+name = "pango-sys"
+version = "0.5.0"
+source = "registry+https://github.com/rust-lang/crates.io-index";
+dependencies = [
+ "bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "glib-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gobject-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
 name = "petgraph"
 version = "0.4.10"
 source = "registry+https://github.com/rust-lang/crates.io-index";
@@ -395,6 +420,7 @@ dependencies = [
  "lalrpop 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "lalrpop-util 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "libc 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
+ "pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "regex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 ]
 
@@ -519,6 +545,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index";
 "checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = 
"100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
 "checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = 
"796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
 "checksum ordermap 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = 
"40cd62c688b4d8078c3f0eef70d7762f17c08bf52b225799ddcb4cf275dd1f19"
+"checksum pango 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = 
"3e81c404ab81ea7ea2fc2431a0a7672507b80e4b8bf4b41eac3fc83cc665104e"
+"checksum pango-sys 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = 
"34f34a1be107fe16abb2744e0e206bee4b3b07460b5fddd3009a6aaf60bd69ab"
 "checksum petgraph 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = 
"28d0872a49ce3ee71b345f4fa675afe394d9e0d077f8eeeb3d04081724065d67"
 "checksum phf 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = 
"cb325642290f28ee14d8c6201159949a872f220c62af6e110a56ea914fbe42fc"
 "checksum phf_codegen 0.7.21 (registry+https://github.com/rust-lang/crates.io-index)" = 
"d62594c0bb54c464f633175d502038177e90309daf2e0158be42ed5f023ce88f"
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 89cf410..a0a8020 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -11,6 +11,7 @@ regex = "^0.2.1"
 lalrpop-util = "0.13.1"
 cssparser = "^0.18.2"
 itertools = "0.7.4"
+pango = "0.3.0"
 
 [dependencies.cairo-sys-rs]
 version = "0.5.0"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]