A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/runnables.rs')
| -rw-r--r-- | src/runnables.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runnables.rs b/src/runnables.rs index ee3970d..287868c 100644 --- a/src/runnables.rs +++ b/src/runnables.rs @@ -16,6 +16,7 @@ use crate::trm; pub enum Runb {} impl MenuData for Runb { + const NAME: &'static str = "runnables"; type Data = Vec<Runnable>; type Element<'a> = &'a Runnable; |