Cargo Features
[dependencies]
fruity = { version = "0.3.0", default-features = false, features = ["app_kit", "cf_network", "core_animation", "core_audio", "core_foundation", "core_graphics", "core_image", "core_text", "core_video", "dispatch", "foundation", "io_kit", "objc", "system_configuration", "ui_kit", "malloced"] }
- default = malloced
-
The
malloced
feature is set by default wheneverfruity
is added without
somewhere in the dependency tree.default-features = false - app_kit = foundation
-
Libraries and frameworks
- cf_network = core_foundation
- core_animation = foundation
- core_audio
- core_foundation cf_network? core_services? core_text? io_kit? system_configuration? = objc
- core_graphics foundation?
- core_image = foundation
- core_services core_text = core_foundation
- core_video = foundation
- dispatch
- foundation app_kit? core_animation? core_image? core_video? ui_kit? = core_graphics, objc
-
Affects
_priv::cfstring
… - io_kit = core_foundation
- objc core_foundation? foundation?
- system_configuration = core_foundation
- ui_kit = foundation
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- malloced default