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 wheneverrustydoku
is added without
somewhere in the dependency tree.default-features = false - 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.