use the latest release of csound-rs bindings

This commit is contained in:
Natanael Mojica 2020-03-27 22:51:21 +00:00 committed by Sebastian Dröge
parent 20a9eba4c8
commit 888f98e2f0

View file

@ -13,7 +13,7 @@ gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/g
gst_base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst_audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst_check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
csound = { git = "https://github.com/neithanmo/csound-rs"}
csound = "0.1.8"
once_cell = "1.0"
byte-slice-cast = "0.3"