added libs to find installed libs
This commit is contained in:
@@ -27,3 +27,7 @@ widestring = "0.5"
|
|||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[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 anyhow::Result;
|
||||||
use std::error::Error;
|
use std::error::Error;
|
||||||
|
|
||||||
mod cpu;
|
pub(crate) mod cpu;
|
||||||
mod disk;
|
pub(crate) mod disk;
|
||||||
mod gpu;
|
pub(crate) mod gpu;
|
||||||
mod memory;
|
pub(crate) mod memory;
|
||||||
pub(crate) mod network;
|
pub(crate) mod network;
|
||||||
|
|
||||||
pub use cpu::get_cpu_info;
|
pub use cpu::get_cpu_info;
|
||||||
|
Reference in New Issue
Block a user