Crate bevy_assetio_zip_bundler[][src]

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

CompressionMethod

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 to bundle_file.

bundle_crate_assets

Automatically bundle the assets from this crate's assets dir and parse the bundler config from the optional asset_config.toml file.