Cargo Features
[dependencies]
fishsticks = { version = "0.2.3", default-features = false, features = ["bundled-sdl2", "gilrs"] }
- default = sdl2
-
The
sdl2
feature is set by default wheneverfishsticks
is added without
somewhere in the dependency tree.default-features = false - bundled-sdl2
-
Enables bundled of sdl2 ^0.35.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.
- gilrs implicit feature
-
Enables gilrs ^0.9.0
gilrs:
Game Input Library for Rust
- sdl2 default bundled-sdl2?
-
Enables sdl2 ^0.35.2