Cargo Features
[dependencies]
objc2-core-location-ui = { version = "0.3.1", default-features = false, features = ["std", "alloc", "objc2-core-foundation", "objc2-quartz-core", "objc2-ui-kit", "CLLocationButton"] }
- default = CLLocationButton, objc2-core-foundation, objc2-quartz-core, objc2-ui-kit, std
-
These default features are set whenever
objc2-core-location-ui
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- objc2-core-foundation default
-
Enables objc2-core-foundation
- objc2-quartz-core default
-
Enables objc2-quartz-core
- objc2-ui-kit default
-
Enables objc2-ui-kit
- CLLocationButton default
-
Enables NSCoder and NSObject of objc2-foundation
objc2-core-location-ui has 7 features without comments.