Cargo Features

[dependencies]
piston_window = { version = "0.131.0", default-features = false, features = ["glutin"] }
default = glutin

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

glutin default = pistoncore-glutin_window

Affects prelude::PistonWindow

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.

pistoncore-glutin_window glutin