summaryrefslogtreecommitdiffstats
path: root/examples/system_information
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:37:57 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-04-30 13:37:57 +0200
commit93bfe2c75ec97ef78f993926c703f040dde4a5f3 (patch)
tree80582ee46dfd06cf5f69d92e3b6d66c0c766c28e /examples/system_information
parent5eefa5d4ead9ebfac7dab1db9aebf9797d2dad38 (diff)
downloadiced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.tar.gz
iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.tar.bz2
iced-93bfe2c75ec97ef78f993926c703f040dde4a5f3.zip
Expose `system` module through feature flag
Diffstat (limited to 'examples/system_information')
-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" }