forked from nonsensical-dev/zenyx-engine
deprecate and remove zlua
This commit is contained in:
parent
ec42d4b6ee
commit
26221406f9
5 changed files with 4 additions and 129 deletions
|
@ -1,12 +1,9 @@
|
|||
use std::{fs, path::PathBuf, str::FromStr};
|
||||
|
||||
use anyhow::anyhow;
|
||||
use colored::Colorize;
|
||||
use mlua::prelude::*;
|
||||
use mlua::{Lua, MultiValue};
|
||||
|
||||
use parking_lot::RwLock;
|
||||
use regex::Regex;
|
||||
use rustyline::{DefaultEditor, error::ReadlineError};
|
||||
|
||||
use super::{handler::Command, input::tokenize};
|
||||
use crate::core::repl::handler::COMMAND_MANAGER;
|
||||
|
@ -36,7 +33,7 @@ impl Command for HelpCommand {
|
|||
}
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
||||
fn undo(&self) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue