Cargo Features

[dependencies]
egui_gl_glfw = { version = "0.1.2", default-features = false, features = ["wayland", "rwh-06", "clipboard"] }
default = clipboard

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

wayland

Enables glfw-sys and wayland of glfw

rwh-06

Enables raw-window-handle-v0-6 of glfw

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.

clipboard default

Enables cli-clipboard