forked from mirrors/gstreamer-rs
ges: Depend on glib 0.15.3 for ThreadGuard
API
This commit is contained in:
parent
d5bcc82dc5
commit
e0aa48ce1b
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ rust-version = "1.56"
|
|||
libc = "0.2"
|
||||
bitflags = "1.0"
|
||||
ffi = { package = "gstreamer-editing-services-sys", version = "0.18", path = "sys", features = ["v1_8"]}
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" }
|
||||
glib = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15.3" }
|
||||
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15", version = "0.15" }
|
||||
gst = { package = "gstreamer", version = "0.18", path = "../gstreamer" }
|
||||
gst-base = { package = "gstreamer-base", version = "0.18", path = "../gstreamer-base" }
|
||||
|
|
Loading…
Reference in a new issue