diff options
Diffstat (limited to 'examples/system_information/Cargo.toml')
-rw-r--r-- | examples/system_information/Cargo.toml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/system_information/Cargo.toml b/examples/system_information/Cargo.toml index 7d1e4b94..41903122 100644 --- a/examples/system_information/Cargo.toml +++ b/examples/system_information/Cargo.toml @@ -6,5 +6,7 @@ edition = "2021" publish = false [dependencies] -iced = { path = "../..", features = ["system"] } -bytesize = { version = "1.1.0" } +iced.workspace = true +iced.features = ["system"] + +bytesize = "1.1" |