The either crate is only a dependency for the togglerecord test

This commit is contained in:
Sebastian Dröge 2017-12-05 19:30:23 +02:00
parent b25309a66a
commit 39b4d89790

View file

@ -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]