Cargo Features
[dependencies]
objc2-local-authentication-embedded-ui = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "objc2-app-kit", "LAAuthenticationView", "LAPresentationContext", "LARight_UI"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-local-authentication-embedded-ui
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 optional block2, objc2, optional objc2-app-kit, objc2-foundation, and objc2-local-authentication
- alloc std
-
Enables alloc of optional block2, objc2, optional objc2-app-kit, objc2-foundation, and objc2-local-authentication
- all = LAAuthenticationView, LAPresentationContext, LARight_UI, block2, objc2-app-kit
- block2 all?
-
Enables block2, block2 of objc2-foundation, objc2-local-authentication, and optional objc2-app-kit
- objc2-app-kit all?
-
Enables objc2-app-kit
Affects
LAPresentationContext::LAPresentationContext
… - LAAuthenticationView all?
-
Enables NSCoder, NSGeometry and NSObject of objc2-foundation, LAContext of objc2-local-authentication, NSAccessibilityProtocols, NSAnimation, NSAppearance, NSCell, NSDragging, NSResponder, NSUserInterfaceItemIdentification and NSView of optional objc2-app-kit
- LAPresentationContext all?
-
Enables NSResponder and NSWindow of optional objc2-app-kit
- LARight_UI all?
-
Enables NSError and NSString of objc2-foundation, LARight of objc2-local-authentication, NSResponder and NSWindow of optional objc2-app-kit