forked from katzen-cafe/iowo
repo: rename executor -> eval
This commit is contained in:
parent
23fadce867
commit
c4207af8da
8 changed files with 3 additions and 3 deletions
5
crates/eval/src/value/mod.rs
Normal file
5
crates/eval/src/value/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
use image::DynamicImage;
|
||||
|
||||
pub enum Dynamic {
|
||||
Image(DynamicImage),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue