Cargo Features

[dependencies]
egui_glium = { version = "0.26.2", 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 ^0.26.2

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

Enables links of egui-winit ^0.26.2

Features from optional dependencies

document-features implicit feature

Enables document-features

### Optional dependencies
Enable this when generating docs.