You've already forked AstralRinth
forked from didirus/AstralRinth
Use Tokio directly instead of Tauri in io.rs (#1087)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
use std::{path::Path, io::Write};
|
use std::{path::Path, io::Write};
|
||||||
|
|
||||||
use tempfile::NamedTempFile;
|
use tempfile::NamedTempFile;
|
||||||
use tauri::async_runtime::spawn_blocking;
|
use tokio::task::spawn_blocking;
|
||||||
|
|
||||||
#[derive(Debug, thiserror::Error)]
|
#[derive(Debug, thiserror::Error)]
|
||||||
pub enum IOError {
|
pub enum IOError {
|
||||||
|
|||||||
Reference in New Issue
Block a user