Cargo Features
[dependencies]
tawa_lili = { version = "0.1.0", default-features = false, features = ["std", "gamepad", "private_api"] }
- default = gamepad, std
-
These default features are set whenever
tawa_lili
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of serde_json and tan_lili
Affects
game_data::data_from_path
,game_data::save_data
… - gamepad default = gilrs
- private_api
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.