aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-10-14 21:17:00 +0200
committertomaka <pierre.krieger1708@gmail.com>2014-10-14 21:17:00 +0200
commitc8ea2bf587429b5b59d5a41f7ebb16a7998badd9 (patch)
tree19ac46dddf3dcf2cccd18633cb5a7356a5e20d7d
parent4a654b561e00f928b911613ccc71420fdc7875ce (diff)
parent6d34ef7a3dc0febb7fcade34801236ea61090bbf (diff)
downloadglutin-c8ea2bf587429b5b59d5a41f7ebb16a7998badd9.tar.gz
glutin-c8ea2bf587429b5b59d5a41f7ebb16a7998badd9.zip
Merge pull request #55 from tomaka/put-back-dependency
Revert temporary fix for rust-core-foundation
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9ecf660..b50db83 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,4 +23,4 @@ git = "https://github.com/DavidPartouche/rust-cocoa"
optional = true
[dependencies.core_foundation]
-git = "https://github.com/tomaka/rust-core-foundation"
+git = "https://github.com/servo/rust-core-foundation"