From 84703027d63e22361197a1fc74a4949becf5fccb Mon Sep 17 00:00:00 2001 From: Evgeny Rozaliev Date: Fri, 5 Jun 2015 16:38:21 +0300 Subject: [add] ios support --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 07e99be..edec13a 100644 --- a/Cargo.toml +++ b/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" -- cgit v1.2.3