Merge pull request #477 from rozaliev/feature/ios

[WIP] ios support
This commit is contained in:
tomaka 2015-06-29 09:29:46 +02:00
commit 836e53e55a
11 changed files with 910 additions and 2 deletions

View file

@ -30,6 +30,18 @@ clock_ticks = "0.0.5"
[target.arm-linux-androideabi.dependencies.android_glue]
version = "0"
[target.x86_64-apple-ios.dependencies]
objc = "0.1"
[target.aarch64-apple-ios.dependencies]
objc = "0.1"
[target.armv7s-apple-ios.dependencies]
objc = "0.1"
[target.armv7-apple-ios.dependencies]
objc = "0.1"
[target.x86_64-apple-darwin.dependencies]
objc = "0.1"
cgl = "0"