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
somewhere in the dependency tree.default-features = false - 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
- links default
-
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.