summaryrefslogtreecommitdiff
path: root/crates/renderer/src/main.rs
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2025-07-26 16:54:07 -0400
committerLLLL Colonq <llll@colonq>2025-07-26 16:54:07 -0400
commit86862272e9cdb7a8358db91ec4bea3edbacf2e97 (patch)
tree5e347bc8f5190921ac74f6d1870cc7e43a5c5d2d /crates/renderer/src/main.rs
parentba1ff8e7e3ea915c6d673c05cdcdee10a9b5b9f0 (diff)
WIP
Diffstat (limited to 'crates/renderer/src/main.rs')
-rw-r--r--crates/renderer/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/renderer/src/main.rs b/crates/renderer/src/main.rs
index 24ecf8a..4aa1804 100644
--- a/crates/renderer/src/main.rs
+++ b/crates/renderer/src/main.rs
@@ -2,6 +2,7 @@
mod assets;
mod terminal;
mod fig;
+mod background;
mod toggle;
mod overlay;