Added Lua parser implementation and Lua BNF through macro_rules!;
This commit is contained in:
parent
3eb69b3759
commit
843955f2b0
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ log = "0.4"
|
||||||
wgpu = "29.0.3"
|
wgpu = "29.0.3"
|
||||||
pollster = "0.4.0"
|
pollster = "0.4.0"
|
||||||
console_error_panic_hook = "0.1.7"
|
console_error_panic_hook = "0.1.7"
|
||||||
parse = { path = "./parse" }
|
|
||||||
|
|
||||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||||
console_error_panic_hook = "0.1.6"
|
console_error_panic_hook = "0.1.6"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue