mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
lewton: update to lewton 0.10
New version of the crate has just been released.
This commit is contained in:
parent
c25a3e13e3
commit
87f2c3b025
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ glib = { git = "https://github.com/gtk-rs/glib" }
|
|||
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gstreamer-check = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
lewton = { version = "0.9", default-features = false }
|
||||
lewton = { version = "0.10", default-features = false }
|
||||
byte-slice-cast = "0.3"
|
||||
atomic_refcell = "0.1"
|
||||
lazy_static = "1.0"
|
||||
|
|
Loading…
Reference in a new issue