feat: load page data asynchronously with tokio

This commit is contained in:
Michael Aaron Murphy 2023-01-31 00:38:12 +01:00
parent b2cb2b2e70
commit d4c83c6de7
No known key found for this signature in database
GPG key ID: B2732D4240C9212C
7 changed files with 48 additions and 60 deletions

View file

@ -25,7 +25,6 @@ use i18n_embed::DesktopLanguageRequester;
///
/// Returns error if iced fails to run the application.
pub fn main() -> color_eyre::Result<()> {
better_panic::install();
color_eyre::install()?;
if std::env::var("RUST_SPANTRACE").is_err() {