aboutsummaryrefslogtreecommitdiff
path: root/src/renderer/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/renderer/mod.rs')
-rw-r--r--src/renderer/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/renderer/mod.rs b/src/renderer/mod.rs
index 927c6ed..f109872 100644
--- a/src/renderer/mod.rs
+++ b/src/renderer/mod.rs
@@ -7,6 +7,7 @@ use crossbeam_channel::Sender;
use super::gpx::Coordinates;
pub mod heatmap;
+pub mod tilehunt;
const CHANNEL_SIZE: usize = 30;