Cargo Features

[dependencies]
miniview = { version = "0.6.1", default-features = false, features = ["backend_piston_window", "backend_pixels"] }
default = backend_pixels

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

backend_piston_window = piston_window
backend_pixels default = pixels, winit, winit_input_helper

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.

piston_window backend_piston_window?

Enables piston_window ^0.124.0

backend_piston_window

pixels backend_pixels

Enables pixels ^0.10.0

backend_pixels

winit backend_pixels

Enables winit ^0.27.5

winit_input_helper backend_pixels

Enables winit_input_helper ^0.13.0