From 4dcc3327c11c7d4a51fca11d996a487371e3bec7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 7 Oct 2024 13:48:53 -0600 Subject: [PATCH] Update iced_video_player --- Cargo.lock | 2 +- Cargo.toml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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" } +