diff options
author | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-10-14 14:43:03 +0200 |
---|---|---|
committer | Tomaka17 <pierre.krieger1708@gmail.com> | 2014-10-14 14:43:38 +0200 |
commit | 4a654b561e00f928b911613ccc71420fdc7875ce (patch) | |
tree | ab7ccdf048567cb7b4e433bd9a0193102dee2abd | |
parent | c7f2dc67374edefd351a236eb49374602af0aabd (diff) | |
download | glutin-4a654b561e00f928b911613ccc71420fdc7875ce.tar.gz glutin-4a654b561e00f928b911613ccc71420fdc7875ce.zip |
Temporary fix to outdated 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/servo/rust-core-foundation" +git = "https://github.com/tomaka/rust-core-foundation" |