Add graphics information to system::Information
This commit is contained in:
parent
2b4d8a7b26
commit
5356bb9bdb
1 changed files with 4 additions and 0 deletions
|
|
@ -13,4 +13,8 @@ pub struct Information {
|
||||||
pub cpu_cores: Option<usize>,
|
pub cpu_cores: Option<usize>,
|
||||||
/// Contains the total RAM size in KB.
|
/// Contains the total RAM size in KB.
|
||||||
pub memory_total: u64,
|
pub memory_total: u64,
|
||||||
|
/// Contains the graphics backend.
|
||||||
|
pub graphics_backend: String,
|
||||||
|
/// Contains the graphics adapter.
|
||||||
|
pub graphics_adapter: String,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue