Implement "check term size" and select_color_mode

This commit is contained in:
Teoh Han Hui 2024-07-17 22:38:29 +08:00
parent 5517283fb2
commit d8f3302b89
No known key found for this signature in database
GPG key ID: D43E2BABAF97DCAE
5 changed files with 144 additions and 29 deletions

View file

@ -16,6 +16,7 @@ anyhow = { workspace = true, features = ["std"] }
bpaf = { workspace = true, features = [] }
deranged = { workspace = true, features = ["serde", "std"] }
directories = { workspace = true, features = [] }
enterpolation = { workspace = true, features = ["bspline", "std"] }
fastrand = { workspace = true, features = ["std"] }
indexmap = { workspace = true, features = ["serde", "std"] }
itertools = { workspace = true, features = ["use_std"] }