mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
Switch to failure/failure_derive from crates.io in the examples
This commit is contained in:
parent
f895f484cc
commit
e6d72527c4
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ futures = { version = "0.1", optional = true }
|
|||
tokio-core = { version = "0.1", optional = true }
|
||||
send-cell = "0.1"
|
||||
byte-slice-cast = "0.1"
|
||||
failure = { git = "https://github.com/withoutboats/failure.git" }
|
||||
failure_derive = { git = "https://github.com/withoutboats/failure_derive.git" }
|
||||
failure = "0.1"
|
||||
failure_derive = "0.1"
|
||||
|
||||
[features]
|
||||
gst-player = ["gstreamer-player"]
|
||||
|
|
Loading…
Reference in a new issue