generated from ElnuDev/rust-project
Basic renrs-gui implementation
This commit is contained in:
parent
badd78db79
commit
20a8bf41b7
10 changed files with 2913 additions and 13 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue