Cargo Features

Prongs has no features set by default.

[dependencies]
prongs = { version = "0.0.5", features = ["backend_piston", "backend_gilrs"] }
backend_piston = piston

Affects prongs::backend_piston

backend_gilrs = gilrs

Affects prongs::backend_gilrs

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 backend_gilrs?

Enables gilrs ^0.6.3

piston backend_piston?

Enables piston ^0.41.0