Video thumbnails using totem-video-thumbnailer and improvements for SVGs

This commit is contained in:
Jeremy Soller 2024-09-25 11:30:17 -06:00
parent 181bed29a4
commit f352890283
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 151 additions and 71 deletions

View file

@ -34,6 +34,7 @@ rayon = "1"
regex = "1"
serde = { version = "1", features = ["serde_derive"] }
shlex = { version = "1.3" }
tempfile = "3"
tokio = { version = "1", features = ["sync"] }
trash = { git = "https://github.com/jackpot51/trash-rs.git", branch = "cosmic" }
url = "2.5"
@ -91,7 +92,6 @@ fork = "0.1"
# cap-std = "3"
# cap-tempfile = "3"
fastrand = "2"
tempfile = "3"
test-log = "0.2"
tokio = { version = "1", features = ["rt", "macros"] }