Cargo Features

[dependencies]
beet_dom = { version = "0.0.8", default-features = false, features = ["client", "nightly", "tokens", "bevy_text", "bevy_scene", "serde", "webdriver"] }
default = serde

The serde feature is set by default whenever beet_dom is added without default-features = false somewhere in the dependency tree.

client
nightly

Enables nightly of beet_core

tokens

Enables tokens of beet_core

bevy_text

Enables bevy_text of bevy

bevy:

Provides text functionality

bevy_scene = serde

Enables bevy_scene of bevy

bevy:

Provides scene functionality

Affects directives::client_island

serde default bevy_scene?

Enables base64, serde and serde_json, serde of beet_core

webdriver

Enables async-process, tungstenite of beet_net