diff --git a/Cargo.lock b/Cargo.lock index f39ffd40..dc9cef62 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6284,48 +6284,3 @@ name = "zeroize" version = "1.5.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c394b5bd0c6f669e7275d9c20aa90ae064cb22e75a1cad54e1b34088034b149f" - -[[patch.unused]] -name = "gstreamer" -version = "0.20.0" -source = "git+https://gitlab.freedesktop.org/slomo/gstreamer-rs?branch=inlining#d78f62e1c1b028934e8cb330e2f95d839377d139" - -[[patch.unused]] -name = "gstreamer-audio" -version = "0.20.0" -source = "git+https://gitlab.freedesktop.org/slomo/gstreamer-rs?branch=inlining#d78f62e1c1b028934e8cb330e2f95d839377d139" - -[[patch.unused]] -name = "gstreamer-audio-sys" -version = "0.20.0" -source = "git+https://gitlab.freedesktop.org/slomo/gstreamer-rs?branch=inlining#d78f62e1c1b028934e8cb330e2f95d839377d139" - -[[patch.unused]] -name = "gstreamer-base" -version = "0.20.0" -source = "git+https://gitlab.freedesktop.org/slomo/gstreamer-rs?branch=inlining#d78f62e1c1b028934e8cb330e2f95d839377d139" - -[[patch.unused]] -name = "gstreamer-base-sys" -version = "0.20.0" -source = "git+https://gitlab.freedesktop.org/slomo/gstreamer-rs?branch=inlining#d78f62e1c1b028934e8cb330e2f95d839377d139" - -[[patch.unused]] -name = "gstreamer-sys" -version = "0.20.0" -source = "git+https://gitlab.freedesktop.org/slomo/gstreamer-rs?branch=inlining#d78f62e1c1b028934e8cb330e2f95d839377d139" - -[[patch.unused]] -name = "glib" -version = "0.17.0" -source = "git+https://github.com/sdroege/gtk-rs-core?branch=inlining#4ab7ff2e5eb65b73adb33721c3b71aabf80084d0" - -[[patch.unused]] -name = "glib-sys" -version = "0.17.0" -source = "git+https://github.com/sdroege/gtk-rs-core?branch=inlining#4ab7ff2e5eb65b73adb33721c3b71aabf80084d0" - -[[patch.unused]] -name = "gobject-sys" -version = "0.17.0" -source = "git+https://github.com/sdroege/gtk-rs-core?branch=inlining#4ab7ff2e5eb65b73adb33721c3b71aabf80084d0" diff --git a/Cargo.toml b/Cargo.toml index c23753d0..96e090c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,16 +106,3 @@ panic = 'unwind' [profile.dev] opt-level = 1 - -[patch."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"] -gstreamer = { git = "https://gitlab.freedesktop.org/slomo/gstreamer-rs", branch = "inlining" } -gstreamer-sys = { git = "https://gitlab.freedesktop.org/slomo/gstreamer-rs", branch = "inlining" } -gstreamer-base = { git = "https://gitlab.freedesktop.org/slomo/gstreamer-rs", branch = "inlining" } -gstreamer-base-sys = { git = "https://gitlab.freedesktop.org/slomo/gstreamer-rs", branch = "inlining" } -gstreamer-audio = { git = "https://gitlab.freedesktop.org/slomo/gstreamer-rs", branch = "inlining" } -gstreamer-audio-sys = { git = "https://gitlab.freedesktop.org/slomo/gstreamer-rs", branch = "inlining" } - -[patch."https://github.com/gtk-rs/gtk-rs-core"] -glib = { git = "https://github.com/sdroege/gtk-rs-core", branch = "inlining" } -glib-sys = { git = "https://github.com/sdroege/gtk-rs-core", branch = "inlining" } -gobject-sys = { git = "https://github.com/sdroege/gtk-rs-core", branch = "inlining" }