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
serdefeature is set by default wheneverbeet_domis added withoutsomewhere in the dependency tree.default-features = false - client
- nightly
- tokens
- bevy_text
-
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