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