Added Lua parser implementation and Lua BNF through macro_rules!;
Added a windowed application shell from a tutorial using wgpu;
This commit is contained in:
+3
-1
@@ -1,5 +1,7 @@
|
||||
#![recursion_limit = "256"]
|
||||
|
||||
use game::run;
|
||||
|
||||
fn main() {
|
||||
run().unwrap();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user