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