Skip to content

codefionn/bevy_assets_tar_zstd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bevy_assets_tar_zstd

This package is for packaging assets in bevy in a tar.zstd file at compile-time.

Automatically package assets

Package assets in the assets directory in the assets.tar.zstd file at built-time:

fn main() {
    bevy_assets_tar_zstd_bundler::bundle_asset(bevy_assets_tar_zstd_bundler::Config::default());
}

Add asset loader

App::new()
    .add_plugin(bevy_assets_tar_zstd::AssetsTarZstdPlugin::default())

About

Use tar zstd assets loader

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published