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::{
asset::Ron,
loader::{
self, BincodeLoader, BytesLoader, JsonLoader, LoadFrom, Loader, RonLoader, StringLoader,
},
source, Asset, AssetCache, BoxedError, Compound, Error,
loader::{self, RonLoader},
source, Asset, AssetCache, Compound, Error,
};
lazy_static! {