Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Sep 27, 2024
1 parent 17045ff commit d85f493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ecs/unsafe_world_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! A usafe reference can access world,
//! this implementation is a simplified version of bevy unsafe world cell
//! https://github.com/bevyengine/bevy/blob/main/crates/bevy_ecs/src/world/unsafe_world_cell.rs
//! <https://github.com/bevyengine/bevy/blob/main/crates/bevy_ecs/src/world/unsafe_world_cell.rs>
use std::{marker::PhantomData, ptr};

use super::world::World;
Expand Down
2 changes: 1 addition & 1 deletion src/platform/web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ use web_sys::{

use crate::{
color::{Color, WHITE},
ecs::world::World,
engine::Engine,
handle::{Handle, HandleId},
input::{KeyCode, KeyState},
types::Rect,
world::World,
};

use super::Platform;
Expand Down

0 comments on commit d85f493

Please sign in to comment.