Merge pull request #321 from SSheldon/objc_lib

Use objc crate for Objective-C runtime functionality
This commit is contained in:
Brendan Zabarauskas 2015-03-26 09:58:26 +11:00
commit eeb314d3aa
3 changed files with 64 additions and 101 deletions

View file

@ -30,23 +30,11 @@ clock_ticks = "*"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0"
[target.i686-apple-darwin.dependencies.glutin_cocoa]
version = "0"
[target.x86_64-apple-darwin.dependencies.glutin_cocoa]
version = "0"
[target.i686-apple-darwin.dependencies.glutin_core_graphics]
version = "0"
[target.x86_64-apple-darwin.dependencies.glutin_core_graphics]
version = "0"
[target.i686-apple-darwin.dependencies.glutin_core_foundation]
version = "0"
[target.x86_64-apple-darwin.dependencies.glutin_core_foundation]
version = "0"
[target.x86_64-apple-darwin.dependencies]
objc = "0.1"
glutin_cocoa = "0"
glutin_core_graphics = "0"
glutin_core_foundation = "0"
[target.i686-pc-windows-gnu.dependencies]
winapi = "0.1"