update semver-incompatible dependencies
This commit is contained in:
parent
99cec352c9
commit
67056d4416
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@ edition = "2018"
|
|||
|
||||
[dependencies]
|
||||
iced = { version = "0.2", features = ["image", "tokio"] }
|
||||
iced_native = "0.2"
|
||||
iced_native = "0.3.0"
|
||||
gstreamer = "0.16"
|
||||
gstreamer-app = "0.16" # appsink
|
||||
glib = "0.10" # gobject traits and error type
|
||||
tokio = { version = "0.2", features = ["time", "stream"] }# time subscription (every frame)
|
||||
tokio = { version = "1.2.0", features = ["time"] }
|
||||
thiserror = "1"
|
||||
url = "2" # media uri
|
||||
num-rational = "0.3" # framerates come in rationals
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue