feat: Modify gst crate to add lot of more granularity
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -9,16 +9,10 @@ members = [
|
||||
"jello-types",
|
||||
"gst",
|
||||
"examples/hdr-gstreamer-wgpu",
|
||||
"crates/iced-video",
|
||||
]
|
||||
[workspace.dependencies]
|
||||
iced = { version = "0.14.0", features = [
|
||||
"advanced",
|
||||
"canvas",
|
||||
"image",
|
||||
"sipper",
|
||||
"tokio",
|
||||
"debug",
|
||||
] }
|
||||
iced = { version = "0.14.0" }
|
||||
iced_video_player = "0.6"
|
||||
gst = { version = "0.1.0", path = "gst" }
|
||||
# iced_video_player = { git = "https://github.com/jazzfool/iced_video_player" }
|
||||
|
||||
Reference in New Issue
Block a user