From 93bfe2c75ec97ef78f993926c703f040dde4a5f3 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 30 Apr 2022 13:37:57 +0200 Subject: Expose `system` module through feature flag --- examples/system_information/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/system_information') 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" } -- cgit