Use Rect position for drawing

This commit is contained in:
Richard Feldman 2022-04-08 10:56:34 -04:00
parent cf91390e56
commit ce4f22fd15
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798
2 changed files with 5 additions and 7 deletions

View file

@ -9,7 +9,7 @@ pub extern "C" fn rust_main() -> i32 {
height: 1000.0,
};
gui::run_event_loop("test title", state).expect("Error running event loop");
gui::run_event_loop("RocOut!", state).expect("Error running event loop");
// Exit code
0