Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
cart committed Sep 7, 2023
1 parent 4239af1 commit f636aac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/asset/processing/processing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use bevy::{
asset::{
io::{Reader, Writer},
io::{AssetProviders, Reader, Writer},
processor::LoadAndSave,
saver::{AssetSaver, SavedAsset},
AssetLoader, AsyncReadExt, AsyncWriteExt, LoadContext,
Expand All @@ -11,7 +11,6 @@ use bevy::{
reflect::TypePath,
utils::BoxedFuture,
};
use bevy_internal::asset::io::AssetProviders;
use serde::{Deserialize, Serialize};

fn main() {
Expand Down

0 comments on commit f636aac

Please sign in to comment.