Update iced_video_player

This commit is contained in:
Jeremy Soller 2024-10-07 13:48:53 -06:00
parent 644661e38d
commit 4dcc3327c1
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 5 additions and 1 deletions

2
Cargo.lock generated
View file

@ -2841,7 +2841,7 @@ dependencies = [
[[package]] [[package]]
name = "iced_video_player" name = "iced_video_player"
version = "0.6.0" version = "0.6.0"
source = "git+https://github.com/jackpot51/iced_video_player.git?branch=cosmic#0bee8bed36c84cd3ffab684bbf1acf1aa6929650" source = "git+https://github.com/jackpot51/iced_video_player.git?branch=cosmic#edf6354fdd3d365df9177cd90de4a12024096dff"
dependencies = [ dependencies = [
"glib", "glib",
"gstreamer", "gstreamer",

View file

@ -45,7 +45,11 @@ wgpu = ["libcosmic/wgpu"]
inherits = "release" inherits = "release"
debug = true debug = true
# [patch.'https://github.com/jackpot51/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" } # libcosmic = { path = "../libcosmic" }
# cosmic-config = { path = "../libcosmic/cosmic-config" } # cosmic-config = { path = "../libcosmic/cosmic-config" }
# cosmic-theme = { path = "../libcosmic/cosmic-theme" } # cosmic-theme = { path = "../libcosmic/cosmic-theme" }