summaryrefslogtreecommitdiffstats
path: root/src/launcher.rs
diff options
context:
space:
mode:
authorLibravatar bigfoot547 <[email protected]>2025-01-15 19:45:33 -0600
committerLibravatar bigfoot547 <[email protected]>2025-01-15 19:45:33 -0600
commitcfc87ea505a330f727440b12c6b882de03df5baf (patch)
tree46c68626f86a68875487b5f1313da882f93ae3e4 /src/launcher.rs
parentget started on assets (diff)
wip: asset index
Diffstat (limited to 'src/launcher.rs')
-rw-r--r--src/launcher.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/launcher.rs b/src/launcher.rs
index 970386a..184bcae 100644
--- a/src/launcher.rs
+++ b/src/launcher.rs
@@ -4,6 +4,7 @@ mod profile;
mod strsub;
mod download;
mod rules;
+mod assets;
use std::borrow::Cow;
use std::collections::HashMap;