PowerTools/powertools-rs/src/settings/mod.rs

8 lines
95 B
Rust
Raw Normal View History

2022-07-30 21:33:31 +01:00
mod cpu;
mod general;
mod gpu;
pub use cpu::Cpu;
pub use general::Settings;
pub use gpu::Gpu;