mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 09:31:06 +00:00
tutorials: Update to termion 2
This commit is contained in:
parent
bf7c770457
commit
47394a437f
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ gst-app = { package = "gstreamer-app", path = "../gstreamer-app" }
|
||||||
gst-pbutils = { package = "gstreamer-pbutils", path = "../gstreamer-pbutils" }
|
gst-pbutils = { package = "gstreamer-pbutils", path = "../gstreamer-pbutils" }
|
||||||
byte-slice-cast = "1"
|
byte-slice-cast = "1"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
termion = { version = "1.5", optional = true }
|
termion = { version = "2", optional = true }
|
||||||
|
|
||||||
[target.'cfg(target_os = "macos")'.dependencies]
|
[target.'cfg(target_os = "macos")'.dependencies]
|
||||||
cocoa = "0.24"
|
cocoa = "0.24"
|
||||||
|
|
Loading…
Reference in a new issue