nix windows build

This commit is contained in:
Robin Appelman 2023-05-18 20:17:26 +02:00
commit 23e6e2fff5
5 changed files with 41 additions and 24 deletions

View file

@ -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;