fix: Fix sysinfo >=0.29.1 crashing the main view on macOS

This commit is contained in:
Dennis Ploeger
2023-11-08 08:59:27 +01:00
parent 7bafe142ca
commit b9bd79895f
5 changed files with 233 additions and 136 deletions

View File

@@ -26,7 +26,7 @@ use hbb_common::{
supported_decoding::PreferCodec, video_frame, Chroma, CodecAbility, EncodedVideoFrames,
SupportedDecoding, SupportedEncoding, VideoFrame,
},
sysinfo::{System, SystemExt},
sysinfo::{System},
tokio::time::Instant,
ResultType,
};