Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw committed Nov 4, 2020
1 parent a05a802 commit 56ebe37
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 @@ -30,12 +30,12 @@ pub mod map;
/// Tile traits to implement for a custom tile.
pub mod tile;

use crate::lib::*;
pub use crate::{
chunk::{Chunk, WorldChunk},
map::{TileMap, WorldMap},
tile::Tile,
};
use crate::lib::*;

/// The Bevy Tilemap main plugin.
#[derive(Default)]
Expand Down

0 comments on commit 56ebe37

Please sign in to comment.