mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 17:38:20 +00:00
Update Cargo.lock
This time correctly.
This commit is contained in:
parent
778c4da27e
commit
a1afef2207
2 changed files with 0 additions and 58 deletions
45
Cargo.lock
generated
45
Cargo.lock
generated
|
@ -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"
|
||||
|
|
13
Cargo.toml
13
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" }
|
||||
|
|
Loading…
Reference in a new issue