Use "alternate screen" for Pride month animation
This removes the need to clear screen at each frame, which fixes the screen flickering.
This commit is contained in:
parent
00369355e6
commit
13e29325b9
4 changed files with 121 additions and 34 deletions
|
|
@ -15,6 +15,7 @@ ansi_colours = { workspace = true, features = [] }
|
|||
anstream = { workspace = true, features = [], optional = true }
|
||||
anyhow = { workspace = true, features = ["std"] }
|
||||
bpaf = { workspace = true, features = [] }
|
||||
crossterm = { workspace = true, features = [] }
|
||||
deranged = { workspace = true, features = ["serde", "std"] }
|
||||
directories = { workspace = true, features = [] }
|
||||
enterpolation = { workspace = true, features = ["bspline", "std"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue