Add system_information example

This commit is contained in:
Richard 2022-03-10 03:02:17 -03:00
parent c8ed318e17
commit 53538b65b1
5 changed files with 130 additions and 6 deletions

View file

@ -0,0 +1,10 @@
[package]
name = "system_information"
version = "0.1.0"
authors = ["Richard <richardsoncusto@gmail.com>"]
edition = "2021"
publish = false
[dependencies]
iced = { path = "../..", features = ["sysinfo"] }
bytesize = { version = "1.1.0" }