Cargo Features
[dependencies]
reverie-engine-opengl = { version = "0.0.8", default-features = false, features = ["raw_gl_context", "glutin"] }
- default = glutin
-
The
glutin
feature is set by default wheneverreverie-engine-opengl
is added without
somewhere in the dependency tree.default-features = false - 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.5
Affects
input::mouse_button_index
,input::mouse_button_index_3
…