[package] name = "xloop_macos" version = "0.1.1" edition = "2021" license = "MIT" repository = "https://gitee.com/mindbox/xloop" description = "macos 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-metal = "0.2" objc2-foundation = { version = "0.2", features = [ "NSThread", # "NSArray", "NSEnumerator", ] } objc2-metal-kit = { version = "0.2", features = [ "MTKView", # "objc2-app-kit", ] } objc2-app-kit = { version = "0.2", features = [ "NSApplication", "NSResponder", "NSTextInputClient", "NSTextInputContext", "NSRunningApplication", "NSGraphics", "NSWindow", "NSEvent", "NSView", ] }