feat: Update iced_video_player to master

This commit is contained in:
uttarayan21
2025-12-13 03:40:12 +05:30
parent c7afcd3f0d
commit 253d27c176
18 changed files with 1224 additions and 1565 deletions

View File

@@ -5,10 +5,12 @@ members = [
"typegen",
"ui-gpui",
"ui-iced",
"crates/iced_video_player", "store", "jello-types",
"crates/iced_video_player",
"store",
"jello-types",
]
[workspace.dependencies]
iced = { git = "https://github.com/iced-rs/iced", features = [
iced = { version = "0.14.0", features = [
"advanced",
"canvas",
"image",
@@ -16,6 +18,7 @@ iced = { git = "https://github.com/iced-rs/iced", features = [
"tokio",
"debug",
] }
# iced_video_player = { git = "https://github.com/jazzfool/iced_video_player" }
iced_video_player = { path = "crates/iced_video_player" }
[package]