Cargo Features
[dependencies]
bevyhub = { version = "0.0.1-rc.2", default-features = false, features = ["net", "render", "tokio", "scene", "test"] }
- default = net, render
-
These default features are set whenever
bevyhub
is added without
somewhere in the dependency tree.default-features = false - net default
-
Enables bevyhub_net
- render default = scene
-
Enables render of bevyhub_core
- tokio
-
Enables tokio of bevyhub_net
- scene render
-
Enables bevyhub_scene, scene of bevyhub_core
- test
-
Enables test of bevyhub_core and bevyhub_scene
Bevyhub has 6 features without comments.