From 843955f2b0b6c4ad94d318180e1486296c8486a3 Mon Sep 17 00:00:00 2001 From: paladin Date: Sun, 14 Jun 2026 23:19:17 +0100 Subject: [PATCH] Added Lua parser implementation and Lua BNF through macro_rules!; --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 637d3aa..81491de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,6 @@ log = "0.4" wgpu = "29.0.3" pollster = "0.4.0" console_error_panic_hook = "0.1.7" -parse = { path = "./parse" } [target.'cfg(target_arch = "wasm32")'.dependencies] console_error_panic_hook = "0.1.6"