Cargo Features

[dependencies]
reverie-engine = { version = "0.0.6", default-features = false, features = ["raw_gl_context", "glutin"] }
default = glutin

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

raw_gl_context = winit

Enables raw-gl-context

glutin default = winit

Enables glutin ^0.29.1

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.

winit glutin raw_gl_context?

Enables winit ^0.27.2