feat: Added iced_video_player
Some checks failed
build / checks-matrix (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-11-20 21:59:47 +05:30
parent f41625e0ed
commit b1cfc19b96
24 changed files with 8109 additions and 15 deletions

View File

@@ -1,5 +1,22 @@
[workspace]
members = [".", "api", "typegen", "ui-gpui", "ui-iced"]
members = [
".",
"api",
"typegen",
"ui-gpui",
"ui-iced",
"crates/iced_video_player",
]
[workspace.dependencies]
iced = { git = "https://github.com/iced-rs/iced", features = [
"advanced",
"canvas",
"image",
"sipper",
"tokio",
] }
iced_wgpu = { git = "https://github.com/iced-rs/iced" }
iced_video_player = { path = "crates/iced_video_player" }
[package]
name = "jello"