1 unstable release
0.1.0 | Jan 2, 2023 |
---|
#36 in #zstd
11KB
251 lines
A bevy AssetIo
implementation that allows reading from
tar files, that are zstd compressed.
Use the crate bevy_assets_tar_zstd_bundler to bundle the assets in an folder at build time.
Example:
bevy_assets_tar_zstd_bundler::bundle_asset(bevy_assets_tar_zstd_bundler::Config::default());
This will read assets from the assets
folder an write them into ./target/assets.bin
.
Dependencies
~23–40MB
~703K SLoC