[librsvg] Cargo.toml: oops, don't point to files in my homedir...



commit 6964d9c4aa2df03cbb174adde6a8e442b662f435
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Feb 7 14:22:59 2017 -0600

    Cargo.toml: oops, don't point to files in my homedir...
    
    Right now we depend on a few unmerged features to cairo-rs, hence the
    link to my fork cairo-rs on Github.

 rust/Cargo.toml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index fc313b1..6579336 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -9,13 +9,13 @@ bitflags = ""
 
 [dependencies.cairo-sys-rs]
 #git = "https://github.com/gtk-rs/cairo.git";
-#git = "https://github.com/federicomenaquintero/cairo.git";
-git = "file:///home/federico/src/gtk-rs/cairo"
+git = "https://github.com/federicomenaquintero/cairo.git";
+#git = "file:///home/federico/src/gtk-rs/cairo"
 
 [dependencies.cairo-rs]
 #git = "https://github.com/gtk-rs/cairo.git";
-#git = "https://github.com/federicomenaquintero/cairo.git";
-git = "file:///home/federico/src/gtk-rs/cairo"
+git = "https://github.com/federicomenaquintero/cairo.git";
+#git = "file:///home/federico/src/gtk-rs/cairo"
 
 [dependencies.glib]
 git = "https://github.com/gtk-rs/glib";


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