diff options
| author | Fuwn <[email protected]> | 2022-07-24 21:08:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-24 21:08:07 +0000 |
| commit | 7c196cdc0fe8c2a24f7e839876d3bdb9066571fa (patch) | |
| tree | 06c23e5b46089c881675f1e9f8a63d6637992cd8 /src/main.rs | |
| parent | feat(ui.rs): black background (diff) | |
| download | sydney-0.1.8.tar.xz sydney-0.1.8.zip | |
feat(src): ui overhaul (bollux inspired)v0.1.8
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index ab628f8..060ca08 100644 --- a/src/main.rs +++ b/src/main.rs @@ -26,6 +26,7 @@ clippy::nursery, clippy::pedantic )] +#![feature(iter_advance_by)] #![recursion_limit = "128"] mod app; |