Cargo Features
utility_games has no features set by default.
[dependencies]
utility_games = { version = "0.2.3", features = ["pos", "interface"] }
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.
- rand pos?
-
Enables rand ^0.8.4
Affects
pos::random_zome_rect
… - ggez interface? pos?
-
Enables ggez ^0.6.0
Affects
utility_games::pos
,utility_games::interface
…