diff --git a/Cargo.lock b/Cargo.lock index 7f05c62..ada165f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2841,7 +2841,7 @@ dependencies = [ [[package]] name = "iced_video_player" 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 = [ "glib", "gstreamer", diff --git a/Cargo.toml b/Cargo.toml index f9ca92a..f44fa0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,11 @@ wgpu = ["libcosmic/wgpu"] inherits = "release" debug = true +# [patch.'https://github.com/jackpot51/iced_video_player'] +# iced_video_player = { path = "../../iced_video_player" } + # [patch.'https://github.com/pop-os/libcosmic'] # libcosmic = { path = "../libcosmic" } # cosmic-config = { path = "../libcosmic/cosmic-config" } # cosmic-theme = { path = "../libcosmic/cosmic-theme" } +