Expand description
Asset bundler meant for use by the bevy_assetio_zip
crate. See bevy_assetio_zip
for usage.
§License
This crate is licensed under the Katharos License which places certain restrictions on what you are allowed to use it for. Please read and understand the terms before using this crate for your project.
Enums§
- Compression
Method - Identifies the storage format used to compress a file within a ZIP archive.
Functions§
- bundle_
assets - Bundle the assets in the given
asset_dir
and write the result tobundle_file
. - bundle_
crate_ assets - Automatically bundle the assets from this crate’s
assets
dir and parse the bundler config from the optionalasset_config.toml
file.