Skip to content

Commit

Permalink
Fix broken imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbat00 committed Jan 7, 2024
1 parent 07c38fe commit 638a91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ pub use egui;
use crate::{
egui_node::{EguiPipeline, EGUI_SHADER_HANDLE},
render_systems::{EguiTransforms, ExtractedEguiManagedTextures},
systems::*,
};
use crate::systems::*;
#[cfg(all(
feature = "manage_clipboard",
not(any(target_arch = "wasm32", target_os = "android"))
Expand Down

0 comments on commit 638a91f

Please sign in to comment.