added libs to find installed libs
This commit is contained in:
@@ -26,4 +26,8 @@ com = "0.2"
|
||||
widestring = "0.5"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
glob = "0.3"
|
||||
glob = "0.3"
|
||||
libloading = "0.8"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = { version = "0.3", optional = true } # Für Library-Detektion
|
@@ -1,10 +1,10 @@
|
||||
//use anyhow::Result;
|
||||
use std::error::Error;
|
||||
|
||||
mod cpu;
|
||||
mod disk;
|
||||
mod gpu;
|
||||
mod memory;
|
||||
pub(crate) mod cpu;
|
||||
pub(crate) mod disk;
|
||||
pub(crate) mod gpu;
|
||||
pub(crate) mod memory;
|
||||
pub(crate) mod network;
|
||||
|
||||
pub use cpu::get_cpu_info;
|
||||
|
Reference in New Issue
Block a user