Cargo Features
[dependencies]
dioxus-mobile = { version = "0.7.0-alpha.0", default-features = false, features = ["jnibindings", "tokio_runtime", "fullscreen", "transparent", "devtools", "gnu"] }
- default = devtools, jnibindings, tokio_runtime
-
These default features are set whenever
dioxus-mobile
is added without
somewhere in the dependency tree.default-features = false - jnibindings default
- tokio_runtime default
-
Enables tokio_runtime of dioxus-desktop
- fullscreen
-
Enables fullscreen of dioxus-desktop
- transparent
-
Enables transparent of dioxus-desktop
- devtools default
-
Enables devtools of dioxus-desktop
- gnu
-
Enables gnu of dioxus-desktop
dioxus-mobile has 7 features without comments.