Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett committed May 30, 2024
1 parent fddccfb commit ef1c43b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ use bevy::{
Render, RenderApp,
},
};
use crossbeam_channel::Receiver;

pub struct PipelinesReadyPlugin;

#[derive(Resource)]
struct PipelinesReadyChannel(Receiver<usize>);

/// A `Resource` in the main world that stores the number of pipelines that are ready.
#[derive(Resource, Default, Debug)]
pub struct PipelinesReady(usize);
Expand Down

0 comments on commit ef1c43b

Please sign in to comment.