mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 00:01:16 +00:00
Use Rect position for drawing
This commit is contained in:
parent
cf91390e56
commit
ce4f22fd15
2 changed files with 5 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue