mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2024-11-22 01:21:05 +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" }
|
||||
byte-slice-cast = "1"
|
||||
anyhow = "1"
|
||||
termion = { version = "1.5", optional = true }
|
||||
termion = { version = "2", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
cocoa = "0.24"
|
||||
|
|
Loading…
Reference in a new issue