forked from katzen-cafe/iowo
fix: take care of clippy warnings and add test image
This commit is contained in:
parent
24ebca3e8d
commit
816602fb2e
7 changed files with 37 additions and 36 deletions
|
@ -1,5 +1,5 @@
|
|||
use image::DynamicImage;
|
||||
|
||||
pub enum DynamicValue {
|
||||
pub enum Dynamic {
|
||||
Image(DynamicImage),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue