diff options
Diffstat (limited to 'examples/styling/Cargo.toml')
-rw-r--r-- | examples/styling/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/styling/Cargo.toml b/examples/styling/Cargo.toml index f771708c..c8a90258 100644 --- a/examples/styling/Cargo.toml +++ b/examples/styling/Cargo.toml @@ -6,4 +6,4 @@ edition = "2021" publish = false [dependencies] -iced = { path = "../.." } +iced.workspace = true |