summaryrefslogtreecommitdiffstats
path: root/runtime/src/system/information.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-14Replace `Command` with a new `Task` API with chain supportLibravatar Héctor Ramón Jiménez1-29/+0
2024-02-02The memory information is returned in bytes and not kb.Libravatar brianch1-2/+2
2023-03-05Rename `iced_native` to `iced_runtime`Libravatar Héctor Ramón Jiménez1-0/+0
2022-09-23New short OS Version field; update doc stringsLibravatar Clark Moody1-9/+16
2022-04-26Add memory usage to `Information` structLibravatar Richard1-1/+3
2022-04-26Add graphics information to `system::Information`Libravatar Richard1-0/+4
2022-04-26Add `system_information` exampleLibravatar Richard1-4/+0
2022-04-26Turn `Information` fields `pub`Libravatar Richard1-8/+16
2022-04-26Introduce `QueryInformation` to `system::Action`Libravatar Richard1-0/+12