Cargo Features

[dependencies]
dotrix = { version = "0.5.2", default-features = false, features = ["overlay", "sky", "pbr", "egui", "terrain"] }
default = egui, overlay, pbr, sky, terrain

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

overlay default = dotrix_overlay
sky default = dotrix_sky
pbr default = dotrix_pbr
egui default = dotrix_egui
terrain default = dotrix_terrain

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.

dotrix_egui egui
dotrix_overlay overlay
dotrix_pbr pbr
dotrix_sky sky
dotrix_terrain terrain