aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/main.rs b/src/main.rs
index a508fdc..8727003 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -6,16 +6,14 @@ use std::{
use clap::Parser;
use color_eyre::eyre::{bail, eyre, Context, Result};
+use hittekaart::{
+ gpx::{self, Compression},
+ renderer,
+};
use indicatif::{MultiProgress, ProgressBar, ProgressDrawTarget, ProgressStyle};
use is_terminal::IsTerminal;
use rayon::ThreadPoolBuilder;
-mod gpx;
-mod layer;
-mod renderer;
-
-use gpx::Compression;
-
#[derive(Parser, Debug, Clone)]
#[command(author, version, about)]
struct Args {