Video thumbnails using totem-video-thumbnailer and improvements for SVGs
This commit is contained in:
parent
181bed29a4
commit
f352890283
2 changed files with 151 additions and 71 deletions
|
|
@ -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"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue