diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-03-13 22:02:08 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-03-13 22:02:08 +0100 |
commit | b431ef55919048bdc56fb1071b04a374c7c9f769 (patch) | |
tree | 2acb8e42a482db8d2aa05d5aa0f5abcaa68b2dca /preupload.patch | |
parent | fb91645f40b9f89b9bdd3427e04472b501a28c9c (diff) | |
parent | 330767d0c33b58b8d0f20b255178c653ecae70b8 (diff) | |
download | glutin-b431ef55919048bdc56fb1071b04a374c7c9f769.tar.gz glutin-b431ef55919048bdc56fb1071b04a374c7c9f769.zip |
Merge pull request #313 from tomaka/crates-io
Pull all dependencies from crates.io
Diffstat (limited to 'preupload.patch')
-rw-r--r-- | preupload.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/preupload.patch b/preupload.patch deleted file mode 100644 index fd68a98..0000000 --- a/preupload.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- Cargo.toml.old 2015-02-15 14:00:02.613705211 +0100 -+++ Cargo.toml 2015-02-15 14:00:07.309705073 +0100 -@@ -27,27 +27,6 @@ - [dev-dependencies] - clock_ticks = "*" - --[target.arm-linux-androideabi.dependencies.android_glue] --git = "https://github.com/tomaka/android-rs-glue" -- --[target.i686-apple-darwin.dependencies.cocoa] --git = "https://github.com/servo/rust-cocoa" -- --[target.x86_64-apple-darwin.dependencies.cocoa] --git = "https://github.com/servo/rust-cocoa" -- --[target.i686-apple-darwin.dependencies.core_graphics] --git = "https://github.com/servo/rust-core-graphics" -- --[target.x86_64-apple-darwin.dependencies.core_graphics] --git = "https://github.com/servo/rust-core-graphics" -- --[target.i686-apple-darwin.dependencies.core_foundation] --git = "https://github.com/servo/rust-core-foundation" -- --[target.x86_64-apple-darwin.dependencies.core_foundation] --git = "https://github.com/servo/rust-core-foundation" -- - [target.i686-pc-windows-gnu.dependencies] - winapi = "0.1" - gdi32-sys = "*" |