mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2026-02-07 01:12:48 +01:00
repo: rename executor -> eval
This commit is contained in:
parent
23fadce867
commit
c4207af8da
14 changed files with 137 additions and 137 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