Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon committed Aug 9, 2023
1 parent db0b46c commit 7889437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ use bevy_render::{ExtractSchedule, RenderApp};
use bevy_utils::HashMap;
use bevy_window::{PrimaryWindow, Window};
use iced_core::mouse::Cursor;
use iced_runtime::user_interface::UserInterface;
use iced_widget::graphics::backend::Text;
use iced_widget::graphics::Viewport;
use iced_runtime::user_interface::UserInterface;

/// Basic re-exports for all Iced-related stuff.
///
Expand Down
2 changes: 1 addition & 1 deletion src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use bevy_render::{
};
use bevy_window::Window;
use iced_core::Size;
use iced_widget::graphics::Viewport;
use iced_wgpu::wgpu::util::StagingBelt;
use iced_widget::graphics::Viewport;
use std::sync::Mutex;

use crate::{DidDraw, IcedProps, IcedResource, IcedSettings};
Expand Down

0 comments on commit 7889437

Please sign in to comment.