Cargo Features
[dependencies]
rx-editor = { version = "0.3.0", default-features = false, features = ["winit", "glfw"] }
- default = glfw
-
The
glfw
feature is set by default wheneverrx-editor
is added without
somewhere in the dependency tree.default-features = false
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 implicit feature
-
Enables winit ^0.20.0-alpha4
winit:
Cross-platform window creation library
- glfw default
-
Enables glfw ^0.34.0