Cargo Features
[dependencies]
tmaze = { version = "1.16.0", default-features = false, features = ["updates", "sound", "local_paths"] }
- default = sound, updates
-
These default features are set whenever
tmaze
is added without
somewhere in the dependency tree.default-features = false - updates default
-
Enables crates_io_api, semver, and tokio
crates_io_api:
optional
Affects
tmaze::updates
… - sound default
-
Enables rodio ^0.18.1
Affects
app::AppData.sound_player
,tmaze::sound
… - local_paths
-
Affects
constants::paths.base_path
…