aboutsummaryrefslogtreecommitdiffstats
path: root/preupload.patch
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-02-15 14:05:08 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-02-15 14:13:26 +0100
commitc3ab907e04fa206380638545a5b98f92f8b9343d (patch)
tree6d77dede9132a1079660c278c53de2fe00503d50 /preupload.patch
parent713f269ce8c95d8bd4c55c1f41553c35ab510a27 (diff)
downloadglutin-c3ab907e04fa206380638545a5b98f92f8b9343d.tar.gz
glutin-c3ab907e04fa206380638545a5b98f92f8b9343d.zip
Setup deployment on crates.io
Diffstat (limited to 'preupload.patch')
-rw-r--r--preupload.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/preupload.patch b/preupload.patch
new file mode 100644
index 0000000..fd68a98
--- /dev/null
+++ b/preupload.patch
@@ -0,0 +1,30 @@
+--- 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 = "*"