chore: change iced deps back
This commit is contained in:
parent
ea1f848982
commit
c8758e2fc2
2 changed files with 476 additions and 242 deletions
|
@ -6,8 +6,8 @@ edition = "2018"
|
|||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
iced = { git = "https://github.com/yusdacra/iced.git", branch = "crust", features = ["image", "tokio"] }
|
||||
iced_native = { git = "https://github.com/yusdacra/iced.git", branch = "crust" }
|
||||
iced = { version = "0.3", features = ["image", "tokio"] }
|
||||
iced_native = "0.3"
|
||||
gstreamer = "0.17"
|
||||
gstreamer-app = "0.17" # appsink
|
||||
glib = "0.14" # gobject traits and error type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue