Skip to content

Commit 9558af3

Browse files
committed
Add compat entry for UnicodePlots
1 parent 712a45c commit 9558af3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Project.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,16 @@ R2R_jll = "=1.0.6"
2525
Requires = "1.3"
2626
Scratch = "1.1"
2727
SnoopPrecompile = "1"
28+
UnicodePlots = "3"
2829
ViennaRNA = "0.9,0.10"
2930
julia = "1.6"
3031

3132
[extras]
3233
BioStockholm = "eeb925a3-6f9d-43e6-829e-e0ea03b76ecf"
3334
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
3435
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
36+
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
3537
ViennaRNA = "05a721ad-238d-4945-8c85-8b5c1fff3465"
3638

3739
[targets]
38-
test = ["BioStockholm", "Test", "ViennaRNA"]
40+
test = ["BioStockholm", "Test", "UnicodePlots", "ViennaRNA"]

0 commit comments

Comments
 (0)