feat: Modify gst crate to add lot of more granularity
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
[package]
|
||||
name = "gst"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
error-stack = "0.6"
|
||||
futures = "0.3.31"
|
||||
glib = "0.21.5"
|
||||
gstreamer = { version = "0.24.4", features = ["v1_18"] }
|
||||
gstreamer-app = { version = "0.24.4", features = ["v1_18"] }
|
||||
|
||||
Reference in New Issue
Block a user