Cargo Features
[dependencies]
objc2-business-chat = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "BCChatAction", "BCChatButton"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-business-chat
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Currently not possible to turn off, put here for forwards compatibility.
Enables std of objc2, objc2-app-kit, and objc2-foundation
- alloc std
-
Enables alloc of objc2, objc2-app-kit, and objc2-foundation
- all = BCChatAction, BCChatButton
- BCChatAction all?
-
Enables NSDictionary and NSString of objc2-foundation
- BCChatButton all?
-
Enables NSAccessibilityProtocols, NSAnimation, NSAppearance, NSControl, NSDragging, NSResponder, NSUserInterfaceItemIdentification and NSView of objc2-app-kit, NSCoder, NSGeometry and NSObject of objc2-foundation