Fix compilation issues

This commit is contained in:
KingRainbow44
2022-05-10 00:40:04 -04:00
parent fe782f0154
commit cf6ddde313
3 changed files with 22 additions and 30 deletions

View File

@@ -4,11 +4,6 @@ use std::io::Write;
use futures_util::StreamExt;
use tauri::{
command,
Event
};
// Lots of help from: https://gist.github.com/giuliano-oliveira/4d11d6b3bb003dba3a1b53f43d81b30d
// and docs ofc