mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
remove unneeded imports
This commit is contained in:
parent
911bf974f3
commit
c511028290
@ -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! {
|
||||
|
Loading…
Reference in New Issue
Block a user