Cargo Features

bevy_vulkano has no features set by default.

[dependencies]
bevy_vulkano = { version = "0.14.0", features = ["gui", "links", "clipboard"] }
gui clipboard? links? = egui_winit_vulkano

Affects config::BevyVulkanoSettings.is_gui_overlay, bevy_vulkano::begin_egui_frame_system, vulkano_windows::VulkanoWindow.gui

Enables links of egui_winit_vulkano

clipboard = gui

Enables clipboard of egui_winit_vulkano

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.

egui_winit_vulkano clipboard? gui? links?