diff options
Diffstat (limited to 'widget/Cargo.toml')
-rw-r--r-- | widget/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml index fb617079..4c23f3e8 100644 --- a/widget/Cargo.toml +++ b/widget/Cargo.toml @@ -15,9 +15,9 @@ unicode-segmentation = "1.6" num-traits = "0.2" thiserror = "1" -[dependencies.iced_native] +[dependencies.iced_runtime] version = "0.9" -path = "../native" +path = "../runtime" [dependencies.iced_renderer] version = "0.1" |