Cargo Features
[dependencies]
pagurus_game_std = { version = "0.5.0", default-features = false, features = ["wasm", "audio"] }
- default = audio, wasm
-
These default features are set whenever
pagurus_game_std
is added without
somewhere in the dependency tree.default-features = false - wasm default
-
Affects
pagurus_game_std::wasm
… - audio default = lewton
-
Affects
pagurus_game_std::audio
,pagurus_game_std::ogg
…
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.