use the version on the git because a dependency semver is incompatible otherwise
This commit is contained in:
parent
67056d4416
commit
2b7b516a46
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ authors = ["jazzfool"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
iced = { version = "0.2", features = ["image", "tokio"] }
|
iced = { git = "https://github.com/hecrj/iced.git", features = ["image", "tokio"] }
|
||||||
iced_native = "0.3.0"
|
iced_native = "0.3.0"
|
||||||
gstreamer = "0.16"
|
gstreamer = "0.16"
|
||||||
gstreamer-app = "0.16" # appsink
|
gstreamer-app = "0.16" # appsink
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue