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 4dbdbf9 commit c9d43fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
//! use bevy::prelude::*;
//! use bevy_iced::iced::widget::text;
//! use bevy_iced::{IcedContext, IcedPlugin};
//!
//!
//! #[derive(Event)]
//! pub enum UiMessage {}
//!
//!
//! pub fn main() {
//! App::new()
//! .add_plugins(DefaultPlugins)
Expand All @@ -16,7 +16,7 @@
//! .add_systems(Update, ui_system)
//! .run();
//! }
//!
//!
//! fn ui_system(time: Res<Time>, mut ctx: IcedContext<UiMessage>) {
//! ctx.display(text(format!(
//! "Hello Iced! Running for {:.2} seconds.",
Expand Down

0 comments on commit c9d43fb

Please sign in to comment.