re-export iced_runtime & iced_widget

This commit is contained in:
Ashley Wulber 2023-05-12 13:18:49 -04:00
parent d0d07b8d4e
commit e16c6f0821
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
2 changed files with 5 additions and 0 deletions

View file

@ -41,6 +41,9 @@ path = "iced"
default-features = false
features = ["image", "svg", "lazy"]
[dependencies.iced_runtime]
path = "iced/runtime"
[dependencies.iced_core]
path = "iced/core"