Skip to content

Commit 5a711de

Browse files
committed
Make tile loader public
1 parent db877ce commit 5a711de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ pub mod map_event;
99
/// The map widget.
1010
pub mod mapvas_egui;
1111
/// Map tile functionality.
12-
mod tile_loader;
12+
pub mod tile_loader;
1313
/// Tile rendering abstraction for raster and vector tiles.
1414
pub mod tile_renderer;

0 commit comments

Comments
 (0)