We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1bf916 commit bb162bcCopy full SHA for bb162bc
src/web_ui.rs
@@ -18,6 +18,7 @@ use alfis::eventbus::{post, register};
18
use alfis::miner::Miner;
19
use alfis::{keystore, Block, Bytes, Context, Keystore, Transaction};
20
use chrono::{Local, Utc};
21
+#[cfg(not(target_os = "windows"))]
22
use image::GenericImageView;
23
#[allow(unused_imports)]
24
use log::{debug, error, info, trace, warn, LevelFilter};
0 commit comments