mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-25 14:44:39 +02:00
other: use sysinfo for temps for android and ios (#1130)
This commit is contained in:
parent
f237babb58
commit
4cdedffaee
@ -7,7 +7,7 @@ cfg_if::cfg_if! {
|
|||||||
if #[cfg(target_os = "linux")] {
|
if #[cfg(target_os = "linux")] {
|
||||||
pub mod linux;
|
pub mod linux;
|
||||||
pub use self::linux::*;
|
pub use self::linux::*;
|
||||||
} else if #[cfg(any(target_os = "freebsd", target_os = "macos", target_os = "windows"))] {
|
} else if #[cfg(any(target_os = "freebsd", target_os = "macos", target_os = "windows", target_os = "android", target_os = "ios"))] {
|
||||||
pub mod sysinfo;
|
pub mod sysinfo;
|
||||||
pub use self::sysinfo::*;
|
pub use self::sysinfo::*;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user