summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/system_information/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/system_information/Cargo.toml b/examples/system_information/Cargo.toml
index 13a59d5e..7d1e4b94 100644
--- a/examples/system_information/Cargo.toml
+++ b/examples/system_information/Cargo.toml
@@ -6,5 +6,5 @@ edition = "2021"
publish = false
[dependencies]
-iced = { path = "../.." }
-bytesize = { version = "1.1.0" } \ No newline at end of file
+iced = { path = "../..", features = ["system"] }
+bytesize = { version = "1.1.0" }