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