mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
The either crate is only a dependency for the togglerecord test
This commit is contained in:
parent
b25309a66a
commit
39b4d89790
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ gst-plugin = { path = "../gst-plugin" }
|
|||
gtk = { git = "https://github.com/gtk-rs/gtk", features = ["v3_6"], optional = true }
|
||||
gio = { git = "https://github.com/gtk-rs/gio", optional = true }
|
||||
send-cell = { version = "0.1", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
either = "1.0"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue