Basic renrs-gui implementation

This commit is contained in:
Elnu 2023-05-21 14:51:33 -07:00
parent badd78db79
commit 20a8bf41b7
10 changed files with 2913 additions and 13 deletions

View file

@ -1,6 +1,3 @@
fn main() {
let commands = renrs::parse_file("demo.rpy");
for command in commands {
println!("{:?}", command);
}
renrs_gui::run("demo.rpy".into()).unwrap();
}