Cargo Features

[dependencies]
dioxus-native = { version = "0.7.0-alpha.2", default-features = false, features = ["svg", "net", "accessibility", "tracing", "hot-reload", "system-fonts", "autofocus"] }
default = accessibility, hot-reload, net, svg, system-fonts, tracing

These default features are set whenever dioxus-native is added without default-features = false somewhere in the dependency tree.

svg default

Enables svg of blitz-dom =0.1.0-alpha.4 and blitz-paint =0.1.0-alpha.4

net default

Enables blitz-net =0.1.0-alpha.4 and tokio

tokio:

IO & Networking

accessibility default

Enables accessibility of blitz-dom =0.1.0-alpha.4 and blitz-shell =0.1.0-alpha.4

tracing default

Enables tracing of blitz-dom =0.1.0-alpha.4 and blitz-shell =0.1.0-alpha.4 and tracing

Other dependencies

hot-reload default

Enables dioxus-cli-config and dioxus-devtools

system-fonts default

Enables system_fonts of blitz-dom =0.1.0-alpha.4

autofocus

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.

blitz-paint svg

Enables blitz-paint =0.1.0-alpha.4