ges: Get rid of now unneeded fragile dependency

This commit is contained in:
Sebastian Dröge 2019-11-21 09:53:10 +02:00
parent 175863668d
commit d7556131e3
2 changed files with 0 additions and 3 deletions

View file

@ -25,7 +25,6 @@ gio = { git = "https://github.com/gtk-rs/gio" }
gstreamer = { path = "../gstreamer" }
gstreamer-base = { path = "../gstreamer-base" }
gstreamer-pbutils = { path = "../gstreamer-pbutils" }
fragile = "0.3"
[build-dependencies]
rustdoc-stripper = { version = "0.1", optional = true }

View file

@ -25,8 +25,6 @@ use glib::translate::from_glib;
extern crate glib;
extern crate gio;
extern crate fragile;
static GES_INIT: Once = Once::new();
pub fn init() -> Result<(), glib::BoolError> {