Skip to content

Commit

Permalink
fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ezpuzz committed Dec 18, 2020
1 parent 818cea7 commit 7e9c131
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 948 deletions.
2 changes: 1 addition & 1 deletion amethyst_assets/examples/experimental.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use std::path::PathBuf;

use amethyst_assets::{experimental::*, Format};
use amethyst_core::ecs::prelude::{Dispatcher, DispatcherBuilder, System, World, WorldExt, Write};
use amethyst_core::ecs::*;
use amethyst_error::{format_err, Error, ResultExt};
use serde::{Deserialize, Serialize};
use type_uuid::*;
Expand Down
2 changes: 0 additions & 2 deletions amethyst_assets/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,10 @@ mod cache;
mod dyn_format;
pub mod error;
mod formats;
// mod loader;
pub mod prefab;
mod progress;
mod reload;
mod source;
// mod storage;

mod bundle_new;
mod loader_new;
Expand Down
247 changes: 0 additions & 247 deletions amethyst_assets/src/loader.rs

This file was deleted.

Loading

0 comments on commit 7e9c131

Please sign in to comment.