Cargo Features

[dependencies]
egui_winit_platform = { version = "0.25.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

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?
webbrowser implicit feature

Enables webbrowser

webbrowser:

Open URLs in web browsers available on a platform