Skip to content

Commit

Permalink
renamed extraction to extract
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Jul 20, 2023
1 parent 39a1b1f commit 981e8a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/bevy_ui/src/render/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod extraction;
mod extract;
mod pipeline;
mod prepare;
mod queue;
Expand All @@ -18,7 +18,7 @@ use bevy_render::{
};
use bevy_render::{ExtractSchedule, Render};
use bevy_utils::HashMap;
pub use extraction::*;
pub use extract::*;
pub use pipeline::*;
pub use prepare::*;
pub use queue::*;
Expand Down

0 comments on commit 981e8a9

Please sign in to comment.