summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2022-03-10 03:02:17 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-04-26 18:57:00 -0300
commit53538b65b1c557015c2900fc28b8916cf719a10b (patch)
treed0e9b72d60275d3bd3654c3f4dbbc870717d5790 /Cargo.toml
parentc8ed318e17c8a7673e4260e5d4e12c44c9faa987 (diff)
downloadiced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.gz
iced-53538b65b1c557015c2900fc28b8916cf719a10b.tar.bz2
iced-53538b65b1c557015c2900fc28b8916cf719a10b.zip
Add `system_information` example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c69706a..500fa06e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -96,6 +96,7 @@ members = [
"examples/pure/todos",
"examples/pure/tour",
"examples/websocket",
+ "examples/system_information"
]
[dependencies]