Cargo Features
[dependencies]
bevy_assets_bundler = { version = "0.6.0", default-features = false, features = ["encryption"] }
- default = encryption
-
The
encryption
feature is set by default wheneverbevy_assets_bundler
is added without
somewhere in the dependency tree.default-features = false - encryption default = aes, block-modes
-
Affects
bundled_asset_options::AssetBundlingOptions.encryption_on
,bundled_asset_options::AssetBundlingOptions.encryption_key
…
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.
- aes encryption
-
Enables aes ^0.7
encryption
- block-modes encryption
-
Enables block-modes ^0.8