Expand description
Crate for supporting the bevy_assets_tar_zstd
crate.
This generates an assets.bin
in the folder next-to or the parent directory of the generated
executable by cargo.
Use this in your build scripts build.rs
file:
ⓘ
fn main() {
bevy_assets_tar_zstd_bundler::bundle_asset(bevy_assets_tar_zstd_bundler::Config::default());
}
You have to add bevy_assets_tar_zstd_bundler
as a build dependency in Cargo.toml
[build-dependencies]
bevy_assets_tar_zstd_bundler = { version = "0" }
Structs
The configuration for bundeling the assets
Functions
This bundles the assets in the target folder (default: assets)