Cargo Features
Hassium has no features set by default.
[dependencies]
hassium = { version = "0.1.3", features = ["parallel", "web", "desktop", "input", "composite-renderer", "network", "procedural", "navigation", "web-composite-smarthome", "desktop-headless-smarthome", "desktop-native-headless-smarthome"] }
- parallel desktop?
-
Enables parallel of hassium-composite-renderer, hassium-core, hassium-input, hassium-navigation, hassium-network, hassium-network-backend-desktop, and hassium-network-backend-native
- web web-composite-smarthome? = hassium-backend-web
-
Enables web of hassium-core
Affects
hassium::backend.web
… - desktop desktop-headless-smarthome? desktop-native-headless-smarthome? = parallel
-
Affects
hassium::backend.desktop
… - input web-composite-smarthome? = hassium-input
-
Affects
hassium::input
… - composite-renderer web-composite-smarthome? = hassium-composite-renderer
-
Affects
hassium::composite_renderer
… - network desktop-headless-smarthome? desktop-native-headless-smarthome? web-composite-smarthome? = hassium-network
-
Affects
hassium::network
… - procedural = hassium-procedural
-
Affects
hassium::procedural
… -
Affects
hassium::navigation
… - web-composite-smarthome = composite-renderer, hassium-composite…backend-web, hassium-input-device-web, hassium-network-backend-web, input, navigation, network, web
- desktop-headless-smarthome = desktop, hassium-network-backend-desktop, navigation, network
- desktop-native-headless-smarthome = desktop, hassium-network-backend-native, navigation, network
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.
- hassium-backend-web web?
- hassium-composite-renderer-backend-web web-composite-smarthome?
- hassium-input-device-web web-composite-smarthome?
- hassium-network-backend-web web-composite-smarthome?
- hassium-procedural procedural?
- hassium-composite-renderer composite-renderer? parallel?
- hassium-input input? parallel?
- hassium-network network? parallel?
- hassium-network-backend-desktop desktop-headless-smarthome? parallel?
- hassium-network-backend-native desktop-native-headless-smarthome? parallel?