Cargo Features

[dependencies]
egui_winit_platform = { version = "0.21.0", default-features = false, features = ["clipboard", "default_fonts", "webbrowser"] }
default = default_fonts

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

clipboard = copypasta
default_fonts default

Enables default_fonts of egui ^0.26

egui:

If set, egui will use include_bytes! to bundle some fonts. If you plan on specifying your own fonts you may disable this feature.

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.

copypasta clipboard?

Enables copypasta ^0.8

webbrowser implicit feature

Enables webbrowser ^0.8

webbrowser:

Open URLs in web browsers available on a platform