tutorials: Update to termion 2

This commit is contained in:
Sebastian Dröge 2022-10-22 18:30:48 +03:00
parent bf7c770457
commit 47394a437f

View file

@ -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"