Use sfml, egui-sfml instead of eframe

This commit is contained in:
Elnu 2023-05-23 13:53:00 -07:00
parent a9724a4636
commit 203a87ae2f
5 changed files with 130 additions and 40 deletions

View file

@ -1,3 +1,3 @@
fn main() {
renrs_gui::run("demo.rpy".into()).unwrap();
renrs_gui::run("demo.rpy".into());
}