Cargo Features
auto_spaces has no features set by default.
[dependencies]
auto_spaces = { version = "0.1.0", features = ["cursive", "sdl2", "wasm"] }
- cursive
-
Enables cursive ^0.19.0
Affects
auto_spaces::cursive_canvas
… - sdl2
-
Enables sdl2 ^0.35.2
Affects
auto_spaces::sdl2_canvas
… - wasm
-
Enables wasm-bindgen and js of getrandom
getrandom:
Feature to enable JavaScript bindings on wasm*-unknown-unknown
Affects
auto_spaces::wasm_canvas
…