Cargo Features

bevy-yoleck has no features set by default.

[dependencies]
bevy-yoleck = { version = "0.31.0", features = ["bevy_reflect", "vpeol", "vpeol_2d", "vpeol_3d", "arboard", "arboard_wayland"] }
bevy_reflect
vpeol vpeol_2d? vpeol_3d?

Affects bevy-yoleck::vpeol

vpeol_2d = vpeol

Enables bevy_sprite, bevy_text and png of bevy

Affects bevy-yoleck::vpeol_2d

vpeol_3d = vpeol

Enables bevy_pbr of bevy

bevy:

Adds PBR rendering

Affects bevy-yoleck::vpeol_3d

arboard arboard_wayland?

Support clipboard with the Arboard crate. Otherwise the clipboard will be internal.

Enables arboard

arboard_wayland = arboard

Enable Wayland support in Arboard.

Enables wayland-data-control of arboard