Function bevy_assetio_zip_bundler::bundle_assets[][src]

pub fn bundle_assets<P: AsRef<Path>>(
    asset_dir: P,
    bundle_file: P,
    obfuscate: bool,
    compression: CompressionMethod
)

Bundle the assets in the given asset_dir and write the result to bundle_file.