Cargo Features

[dependencies]
egui_glium = { version = "0.29.0", default-features = false, features = ["clipboard", "links", "document-features"] }
default = clipboard, links

These default features are set whenever egui_glium is added without default-features = false somewhere in the dependency tree.

clipboard default

Enable cut/copy/paste to OS clipboard.

If disabled a clipboard will be simulated so you can still copy/paste within the egui app.

Enables clipboard of egui-winit

Enable opening links in a browser when an egui hyperlink is clicked.

Enables links of egui-winit

Features from optional dependencies

document-features implicit feature

Enables document-features

Optional dependencies

Enable this when generating docs.