implement serde (se, de) thingy for sha256, textureformat, texture
This commit is contained in:
@ -6,6 +6,6 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
image = "0.21.1"
|
||||
serde = "1.0.90"
|
||||
serde = { version = "1.0.90", features = ["derive"] }
|
||||
serde_json = "1.0.39"
|
||||
lovecraft = "0.2.0"
|
||||
Reference in New Issue
Block a user