deprecate and remove zlua

This commit is contained in:
Chance 2025-03-22 19:19:02 -04:00 committed by BitSyndicate
parent 6b3f83ad8b
commit 86fee37297
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
5 changed files with 4 additions and 129 deletions
engine/src/core/repl

View file

@ -5,7 +5,6 @@ use crate::commands;
pub mod commands;
pub mod handler;
pub mod input;
pub mod zlua;
pub fn setup() {
commands!(
@ -14,7 +13,6 @@ pub fn setup() {
ClearCommand,
ExitCommand,
CounterCommand,
PanicCommmand,
zlua::ZLua
PanicCommmand
);
}