Skip to content

Commit bb162bc

Browse files
committed
Fixed Windows build.
1 parent d1bf916 commit bb162bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web_ui.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ use alfis::eventbus::{post, register};
1818
use alfis::miner::Miner;
1919
use alfis::{keystore, Block, Bytes, Context, Keystore, Transaction};
2020
use chrono::{Local, Utc};
21+
#[cfg(not(target_os = "windows"))]
2122
use image::GenericImageView;
2223
#[allow(unused_imports)]
2324
use log::{debug, error, info, trace, warn, LevelFilter};

0 commit comments

Comments
 (0)