Cargo Features
[dependencies]
bevy-persistent-windows = { version = "0.7.0", default-features = false, features = ["library", "x11"] }
- default = x11
-
The
x11
feature is set by default wheneverbevy-persistent-windows
is added without
somewhere in the dependency tree.default-features = false - library
-
Enables library of bevy-persistent
- x11 default
-
bevy:
X11 display server support
bevy-persistent-windows has 3 features without comments.