Cargo Features

[dependencies]
egui_winit_vulkano = { version = "0.27.0", default-features = false, features = ["links", "clipboard"] }
default = clipboard, links

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

Enables links of egui-winit ^0.24

egui-winit:

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

clipboard default

Enables clipboard of egui-winit ^0.24

egui-winit:

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

egui_winit_vulkano has 3 features without comments.