feat(gst): Added gst a high level wrapper over gstreamer
chore(example): Added hdr-gstreamer-wgpu example chore(license): Added MIT license to all crates
This commit is contained in:
@@ -5,9 +5,10 @@ members = [
|
||||
"typegen",
|
||||
"ui-gpui",
|
||||
"ui-iced",
|
||||
"crates/iced_video_player",
|
||||
"store",
|
||||
"jello-types",
|
||||
"gst",
|
||||
"examples/hdr-gstreamer-wgpu",
|
||||
]
|
||||
[workspace.dependencies]
|
||||
iced = { version = "0.14.0", features = [
|
||||
@@ -18,8 +19,10 @@ iced = { version = "0.14.0", features = [
|
||||
"tokio",
|
||||
"debug",
|
||||
] }
|
||||
iced_video_player = "0.6"
|
||||
gst = { version = "0.1.0", path = "gst" }
|
||||
# iced_video_player = { git = "https://github.com/jazzfool/iced_video_player" }
|
||||
iced_video_player = { path = "crates/iced_video_player" }
|
||||
# iced_video_player = { path = "crates/iced_video_player" }
|
||||
|
||||
[package]
|
||||
name = "jello"
|
||||
|
||||
Reference in New Issue
Block a user