Update targeted iced_baseview fork

feature/update-dependencies now uses upstream baseview.
This commit is contained in:
Robbert van der Helm
2022-03-14 13:34:03 +01:00
parent 4e9ee27c19
commit df4b56d818
2 changed files with 4 additions and 4 deletions

View File

@@ -59,4 +59,4 @@ baseview = { git = "https://github.com/robbert-vdh/baseview.git", branch = "feat
crossbeam = "0.8"
# Upstream doesn't work with the current iced version, this branch also contains
# additional features
iced_baseview = { git = "https://github.com/robbert-vdh/iced_baseview.git", branch = "feature/update-dependencies", default_features = false }
iced_baseview = { git = "https://github.com/robbert-vdh/iced_baseview.git", branch = "feature/update-baseview", default_features = false }