diff options
author | 2022-03-10 03:02:17 -0300 | |
---|---|---|
committer | 2022-04-26 18:57:00 -0300 | |
commit | 53538b65b1c557015c2900fc28b8916cf719a10b (patch) | |
tree | d0e9b72d60275d3bd3654c3f4dbbc870717d5790 /Cargo.toml | |
parent | c8ed318e17c8a7673e4260e5d4e12c44c9faa987 (diff) | |
download | iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.gz iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.bz2 iced-53538b65b1c557015c2900fc28b8916cf719a10b.zip |
Add `system_information` example
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -96,6 +96,7 @@ members = [ "examples/pure/todos", "examples/pure/tour", "examples/websocket", + "examples/system_information" ] [dependencies] |