Cargo Features
[dependencies]
bevy_mod_lockdown = { version = "0.4.0", default-features = false, features = ["feature_warning", "filesystem", "network", "privilege", "system_call", "egui"] }
- default = feature_warning
-
The
feature_warning
feature is set by default wheneverbevy_mod_lockdown
is added without
somewhere in the dependency tree.default-features = false - feature_warning default
- filesystem
-
Enables landlock
Affects
bevy_mod_lockdown::filesystem
… - network
-
Affects
bevy_mod_lockdown::network
… - privilege
-
Enables user of nix, Win32_Foundation, Win32_Security and Win32_System_Threading of windows
Affects
bevy_mod_lockdown::privilege
… - system_call
-
Affects
bevy_mod_lockdown::system_call
… - egui
-
Enables egui ^0.28.1
Affects
bevy_mod_lockdown::egui
…