Merge branch 'master' into feature-cleanup

This commit is contained in:
2022-08-29 18:43:53 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "town-of-us-updater" name = "town-of-us-updater"
version = "1.0.0" version = "2.0.0"
edition = "2021" edition = "2021"
build = "src/build.rs" build = "src/build.rs"

View File

@@ -355,7 +355,7 @@ async fn main() {
.title(title_string) .title(title_string)
.window_size((400.0, 400.0)); .window_size((400.0, 400.0));
let app_launcher = AppLauncher::with_window(main_window); let app_launcher = AppLauncher::with_window(main_window);
let external_handler = app_launcher.get_external_handle(); let _external_handler = app_launcher.get_external_handle();
app_launcher.launch(1).unwrap(); app_launcher.launch(1).unwrap();
// AppLauncher::with_window(main_window).launch(1).unwrap(); // AppLauncher::with_window(main_window).launch(1).unwrap();