1 unstable release
0.1.0 | Jan 2, 2023 |
---|
#27 in #zstd
4KB
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" }
Dependencies
~4–13MB
~164K SLoC