Made writing day14 to gif a feature that can be enabled

This commit is contained in:
2022-12-16 21:48:51 +01:00
parent 77f992a70a
commit 5d7a0f60ee
2 changed files with 39 additions and 33 deletions

View File

@@ -10,3 +10,6 @@ anyhow = "1.0"
regex = "1"
lazy_static = "1.4.0"
gif = "0.12.0"
[features]
gif = []