feat: Get iced-video working
This commit is contained in:
@@ -8,13 +8,14 @@ edition = "2024"
|
||||
[dependencies]
|
||||
error-stack = "0.6"
|
||||
futures = "0.3.31"
|
||||
futures-lite = "2.6.1"
|
||||
glib = "0.21.5"
|
||||
gstreamer = { version = "0.24.4", features = ["v1_18"] }
|
||||
gstreamer-app = { version = "0.24.4", features = ["v1_18"] }
|
||||
gstreamer-video = { version = "0.24.4", features = ["v1_18"] }
|
||||
thiserror = "2.0"
|
||||
tracing = { version = "0.1", features = ["log"] }
|
||||
wgpu = { version = "27.0.1", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
smol = "2.0.2"
|
||||
tracing-subscriber = "0.3.22"
|
||||
|
||||
Reference in New Issue
Block a user