remove unneeded imports

This commit is contained in:
juliancoffee 2021-05-06 17:01:31 +03:00
parent 911bf974f3
commit c511028290

View File

@ -5,10 +5,8 @@ use std::path::PathBuf;
pub use assets_manager::{ pub use assets_manager::{
asset::Ron, asset::Ron,
loader::{ loader::{self, RonLoader},
self, BincodeLoader, BytesLoader, JsonLoader, LoadFrom, Loader, RonLoader, StringLoader, source, Asset, AssetCache, Compound, Error,
},
source, Asset, AssetCache, BoxedError, Compound, Error,
}; };
lazy_static! { lazy_static! {