Update iced video player

This commit is contained in:
Jeremy Soller 2024-12-03 15:41:52 -07:00
parent 352b98fde1
commit 214e894491
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

18
Cargo.lock generated
View file

@ -2424,6 +2424,15 @@ version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "html-escape"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "humantime"
version = "2.1.0"
@ -2661,13 +2670,14 @@ dependencies = [
[[package]]
name = "iced_video_player"
version = "0.6.0"
source = "git+https://github.com/jackpot51/iced_video_player.git?branch=prev-cosmic#0c4cdc380f82475daee6d85ce934e0925f0dc42c"
source = "git+https://github.com/jackpot51/iced_video_player.git?branch=prev-cosmic#cb70dc44be8d04b323d749322d06a2dd8a659e68"
dependencies = [
"glib",
"gstreamer",
"gstreamer-app",
"gstreamer-base",
"gstreamer-pbutils",
"html-escape",
"libcosmic",
"log",
"thiserror",
@ -5435,6 +5445,12 @@ version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
[[package]]
name = "utf8_iter"
version = "1.0.4"