diff options
| author | 2022-03-10 03:02:17 -0300 | |
|---|---|---|
| committer | 2022-04-26 18:57:00 -0300 | |
| commit | 53538b65b1c557015c2900fc28b8916cf719a10b (patch) | |
| tree | d0e9b72d60275d3bd3654c3f4dbbc870717d5790 /examples/system_information/Cargo.toml | |
| parent | c8ed318e17c8a7673e4260e5d4e12c44c9faa987 (diff) | |
| download | iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.gz iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.bz2 iced-53538b65b1c557015c2900fc28b8916cf719a10b.zip | |
Add `system_information` example
Diffstat (limited to 'examples/system_information/Cargo.toml')
| -rw-r--r-- | examples/system_information/Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/system_information/Cargo.toml b/examples/system_information/Cargo.toml new file mode 100644 index 00000000..d3d76182 --- /dev/null +++ b/examples/system_information/Cargo.toml @@ -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" }
\ No newline at end of file |
