mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
nix windows build
This commit is contained in:
parent
bfb8f20439
commit
23e6e2fff5
5 changed files with 41 additions and 24 deletions
|
|
@ -1,9 +1,8 @@
|
|||
use crate::data::{DiskStats, DiskUsage};
|
||||
use crate::{Error, MultiSensorSource, Result, SensorData};
|
||||
use crate::{Error, MultiSensorSource, Result};
|
||||
use ahash::{AHashSet, AHasher};
|
||||
use regex::Regex;
|
||||
use std::ffi::CString;
|
||||
use std::fmt::Write;
|
||||
use std::fs::File;
|
||||
use std::hash::{Hash, Hasher};
|
||||
use std::io::{Read, Seek};
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
use crate::data::PowerUsage;
|
||||
use crate::linux::gpu::gpu_power;
|
||||
use crate::{Error, Result};
|
||||
use std::fmt::Write;
|
||||
use std::fs::{read_dir, read_to_string};
|
||||
use std::sync::atomic::{AtomicBool, Ordering};
|
||||
use tracing::warn;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue