Cargo Features

[dependencies]
rustydoku = { version = "0.1.10", default-features = false, features = ["debug-inspector", "mp3", "wasm"] }
default = mp3

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

debug-inspector = bevy-inspector-egui
mp3 default

Enables mp3 of bevy ^0.15.3

bevy:

MP3 audio format support

wasm

Enables js of getrandom ^0.2

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.

bevy-inspector-egui debug-inspector?

Enables bevy-inspector-egui ^0.29.1