[librsvg] Cargo.toml: Use the upstream cairo-rs now that Matrix::try_invert() is merged
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Cargo.toml: Use the upstream cairo-rs now that Matrix::try_invert() is merged
- Date: Mon, 31 Jul 2017 16:00:28 +0000 (UTC)
commit dc2986f1dc73cad8d0e579f76200e03fc57b1390
Author: Federico Mena Quintero <federico gnome org>
Date: Mon Jul 31 10:25:18 2017 -0500
Cargo.toml: Use the upstream cairo-rs now that Matrix::try_invert() is merged
rust/Cargo.toml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 93b1f97..5e696d6 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -13,15 +13,15 @@ git = "https://github.com/servo/rust-cssparser"
version = "0.14.0"
[dependencies.cairo-sys-rs]
-#git = "https://github.com/gtk-rs/cairo.git"
-git = "https://github.com/federicomenaquintero/cairo.git"
+git = "https://github.com/gtk-rs/cairo.git"
+#git = "https://github.com/federicomenaquintero/cairo.git"
#branch = "matrix-try-invert"
#git = "file:///home/federico/src/gtk-rs/cairo"
#features = ["png"]
[dependencies.cairo-rs]
-#git = "https://github.com/gtk-rs/cairo.git"
-git = "https://github.com/federicomenaquintero/cairo.git"
+git = "https://github.com/gtk-rs/cairo.git"
+#git = "https://github.com/federicomenaquintero/cairo.git"
#branch = "matrix-try-invert"
#git = "file:///home/federico/src/gtk-rs/cairo"
#features = ["png"]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]