Cargo Features

[dependencies]
fishsticks = { version = "0.2.3", default-features = false, features = ["bundled-sdl2", "gilrs"] }
default = sdl2

The sdl2 feature is set by default whenever fishsticks is added without default-features = false somewhere in the dependency tree.

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