[dirty] Implement Background Preview Generation

This commit is contained in:
2019-06-03 21:21:52 +02:00
parent b2ba9a9ba4
commit 47cf586116
5 changed files with 86 additions and 13 deletions

View File

@ -5,8 +5,9 @@ authors = ["CodeSteak <codesteak@shellf.art>"]
edition = "2018"
[dependencies]
image = "0.21.1"
image = { version = "0.21.1", default-features = false, features = ["jpeg", "png_codec" ] }
serde = { version = "1.0.90", features = ["derive"] }
serde_json = "1.0.39"
sha2 = "0.8.0"
lovecraft = "0.2.0"
num_cpus = "1.0"