switch back to ureq from nyquest for http client

note: even if this raises binary size by a significant amount, it should in theory be more reliable, so it is a worthy sacrifice.
This commit is contained in:
2025-09-04 07:41:54 +01:00
parent b8c444dc5b
commit 06df466d24
4 changed files with 264 additions and 77 deletions
-2
View File
@@ -18,8 +18,6 @@ fn app_creator(
) -> Result<Box<dyn eframe::App>, Box<dyn std::error::Error + Send + Sync>> {
// use our own panic hook which logs all panics to a file
std::panic::set_hook(Box::new(panic_hook));
// initialize http client (nyquest) for windows
nyquest_backend_winrt::register();
// initialize App early to modify some things before returning it
let mut app = Box::new(App::default());
// load previously selected launch platform & settings from persistent state