[package] name = "xloop_ios" version = "0.1.1" edition = "2021" license = "MIT" repository = "https://gitee.com/mindbox/xloop" description = "ios impl for xloop." [lib] path = "lib.rs" [dependencies] log = "0.4" env_logger = "0.11" xloop_types = { version = "0.1", path = "../types" } objc2 = "0.5" objc2-foundation = { version = "0.2", features = [ "NSThread", "NSValue", "NSArray", "NSSet", "NSEnumerator", ] } objc2-metal = { version = "0.2", features = [ "MTLDevice", "MTLDrawable", "MTLPixelFormat", "MTLRenderPass", "MTLResource", "MTLTexture", ] } objc2-ui-kit = { version = "0.2", features = [ "UIApplication", "UIResponder", "UIWindow", "UIView", "UIPress", "UIKey", "UICommand", "UIKeyConstants", "UIPressesEvent", "UIViewController", "UIScreen", "UIEvent", "UITouch", "UIScene", "NSText", "UIWindowScene", "UITextInput", "UITextInputTraits", "UIViewControllerTransitionCoordinator", ] }