diff options
| author | LLLL Colonq <llll@colonq> | 2025-07-26 16:54:07 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-07-26 16:54:07 -0400 |
| commit | 86862272e9cdb7a8358db91ec4bea3edbacf2e97 (patch) | |
| tree | 5e347bc8f5190921ac74f6d1870cc7e43a5c5d2d /crates/renderer/src/main.rs | |
| parent | ba1ff8e7e3ea915c6d673c05cdcdee10a9b5b9f0 (diff) | |
WIP
Diffstat (limited to 'crates/renderer/src/main.rs')
| -rw-r--r-- | crates/renderer/src/main.rs | 1 |
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; |
