[add] ios support
This commit is contained in:
parent
76e7a90752
commit
84703027d6
11 changed files with 902 additions and 2 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -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"
|
||||
cocoa = "0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue