Only use colors & text decorations on ANSI-capable terminals.
Fixes #404.
This commit is contained in:
@@ -20,7 +20,7 @@ ignore = "0.4.18"
|
||||
indexmap = "1.9.1"
|
||||
itertools = "0.10.1"
|
||||
miette = { version = "5.3.0", features = ["fancy"] }
|
||||
owo-colors = "3.5.0"
|
||||
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
|
||||
pallas = "0.16.0"
|
||||
pallas-traverse = "0.16.0"
|
||||
petgraph = "0.6.2"
|
||||
|
||||
Reference in New Issue
Block a user