diff options
author | Sam Ward <github@ward.io> | 2015-01-11 16:26:26 -0800 |
---|---|---|
committer | Sam Ward <github@ward.io> | 2015-01-11 16:26:26 -0800 |
commit | 2b0a70e69bfff12d0b19f459aa701fdfb74f2d45 (patch) | |
tree | 35d75942955530576add800e7a25d3582aa806f1 | |
parent | 879f61dbbc1300efc36553b5b25ab8913d5d290b (diff) | |
download | glutin-2b0a70e69bfff12d0b19f459aa701fdfb74f2d45.tar.gz glutin-2b0a70e69bfff12d0b19f459aa701fdfb74f2d45.zip |
Revert arch_64 feature flag for rust-cocoa
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" |