Cargo Features

[dependencies]
bevy_mod_lockdown = { version = "0.2.0", default-features = false, features = ["feature_warning", "filesystem", "network", "privilege", "system_call", "egui"] }
default = feature_warning

The feature_warning feature is set by default whenever bevy_mod_lockdown is added without default-features = false somewhere in the dependency tree.

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

Affects bevy_mod_lockdown::egui