Align desktop initializer arguments with builders
This commit is contained in:
1 parent
166bac2a93
commit
18685da28b
6 files changed
+13
-13
No files matched your search
@@ -4,5 +4,5 @@ use iris::prelude::*;
|
||||
mod app;
|
||||
|
||||
fn main() {
|
||||
DesktopApp::<DesktopUiState>::run_with(|ui_state, rsc| app::build(rsc, ui_state));
|
||||
DesktopApp::<DesktopUiState>::run_with(app::build);
|
||||
}
|
||||
Reference in new issue
Block a user