Cargo Features
[dependencies]
rgx = { version = "0.9.0", default-features = false, features = ["wayland", "logger"] }
- default = glfw, logger
-
These default features are set whenever
rgx
is added without
somewhere in the dependency tree.default-features = false Enables glfw-sys of glfw ^0.52.0
- wayland = glfw
-
Enables glfw-sys and wayland of glfw ^0.52.0
- logger default = termcolor
-
Affects
rgx::logger
…
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.
- glfw default wayland?
-
Enables glfw ^0.52.0
Affects
platform::backend
… - termcolor logger