mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
Update to parking_lot 0.12 and hrtf 0.8
This commit is contained in:
parent
3abbfbb51a
commit
42f9f99690
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ byte-slice-cast = "1.0"
|
|||
num-traits = "0.2"
|
||||
once_cell = "1.0"
|
||||
ebur128 = "0.1"
|
||||
hrtf = "0.7"
|
||||
hrtf = "0.8"
|
||||
nnnoiseless = { version = "0.3", default-features = false }
|
||||
smallvec = "1"
|
||||
atomic_refcell = "0.1"
|
||||
|
|
|
@ -14,7 +14,7 @@ gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org
|
|||
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gtk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true }
|
||||
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
|
||||
parking_lot = "0.11"
|
||||
parking_lot = "0.12"
|
||||
once_cell = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -13,7 +13,7 @@ gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/g
|
|||
gst_video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
png = "0.17.2"
|
||||
once_cell = "1"
|
||||
parking_lot = "0.11"
|
||||
parking_lot = "0.12"
|
||||
atomic_refcell = "0.1"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue