Add system_information example
This commit is contained in:
parent
c8ed318e17
commit
53538b65b1
5 changed files with 130 additions and 6 deletions
10
examples/system_information/Cargo.toml
Normal file
10
examples/system_information/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue