remove padding, add tasks, focus automatically

This commit is contained in:
mtgmonkey 2025-07-06 23:16:20 -04:00
parent 900bc2e56e
commit 27227bdfc9
3 changed files with 12 additions and 8 deletions

View file

@ -5,4 +5,4 @@ edition = "2024"
[dependencies]
nix = { version = "0.30.1", features = ["term", "process", "fs"], default-features = false }
iced = { version = "0.13.1", features = ["smol"] }
iced = { version = "0.13.1", features = ["advanced", "smol"] }