feat: Many more improvements to video player now with a subscription
This commit is contained in:
@@ -13,14 +13,15 @@ members = [
|
||||
]
|
||||
[workspace.dependencies]
|
||||
iced = { version = "0.14.0" }
|
||||
iced_video_player = "0.6"
|
||||
gst = { version = "0.1.0", path = "gst" }
|
||||
iced_wgpu = { version = "0.14.0" }
|
||||
iced-video = { version = "0.1.0", path = "crates/iced-video" }
|
||||
|
||||
[patch.crates-io]
|
||||
iced_wgpu = { git = "https://github.com/uttarayan21/iced", branch = "0.14" }
|
||||
iced_core = { git = "https://github.com/uttarayan21/iced", branch = "0.14" }
|
||||
iced_renderer = { git = "https://github.com/uttarayan21/iced", branch = "0.14" }
|
||||
iced_futures = { git = "https://github.com/uttarayan21/iced", branch = "0.14" }
|
||||
iced = { git = "https://github.com/uttarayan21/iced", branch = "0.14" }
|
||||
|
||||
[package]
|
||||
|
||||
Reference in New Issue
Block a user