diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2014-10-14 21:17:00 +0200 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2014-10-14 21:17:00 +0200 |
commit | c8ea2bf587429b5b59d5a41f7ebb16a7998badd9 (patch) | |
tree | 19ac46dddf3dcf2cccd18633cb5a7356a5e20d7d | |
parent | 4a654b561e00f928b911613ccc71420fdc7875ce (diff) | |
parent | 6d34ef7a3dc0febb7fcade34801236ea61090bbf (diff) | |
download | glutin-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |