aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Ward <github@ward.io>2015-01-11 16:26:26 -0800
committerSam Ward <github@ward.io>2015-01-11 16:26:26 -0800
commit2b0a70e69bfff12d0b19f459aa701fdfb74f2d45 (patch)
tree35d75942955530576add800e7a25d3582aa806f1
parent879f61dbbc1300efc36553b5b25ab8913d5d290b (diff)
downloadglutin-2b0a70e69bfff12d0b19f459aa701fdfb74f2d45.tar.gz
glutin-2b0a70e69bfff12d0b19f459aa701fdfb74f2d45.zip
Revert arch_64 feature flag for rust-cocoa
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8cc14ef..ddf00a4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -30,7 +30,6 @@ git = "https://github.com/servo/rust-cocoa"
[target.x86_64-apple-darwin.dependencies.cocoa]
git = "https://github.com/servo/rust-cocoa"
-features = ["arch_64"]
[target.i686-apple-darwin.dependencies.core_graphics]
git = "https://github.com/servo/rust-core-graphics"