chore: thumbnails and patches

This commit is contained in:
Ashley Wulber 2026-03-20 18:06:17 -04:00
parent 6c401d7030
commit 00395d27dc
5 changed files with 786 additions and 1053 deletions

View file

@ -37,14 +37,7 @@ default-features = false
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
default-features = false
features = [
"tokio",
"winit",
"multi-window",
"surface-message",
"wayland",
"x11",
]
features = ["tokio", "winit", "multi-window"]
[dependencies.mpris-server]
version = "0.8.1"
@ -62,13 +55,13 @@ wgpu = ["iced_video_player/wgpu", "libcosmic/wgpu"]
inherits = "release"
debug = true
[patch.'https://github.com/wash2/iced_video_player']
iced_video_player = { path = "../iced_video_player" }
# [patch.'https://github.com/wash2/iced_video_player']
# iced_video_player = { path = "../iced_video_player" }
# [patch.'https://github.com/pop-os/libcosmic']
[patch.'https://github.com/pop-os/libcosmic']
# libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" }
# libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
# cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
# cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
libcosmic = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
cosmic-config = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }
cosmic-theme = { git = "https://github.com/pop-os/libcosmic//", branch = "iced-rebase" }