feat: font preview (#1048)

This commit is contained in:
三咲雅 · Misaki Masa 2024-05-17 13:56:27 +08:00 committed by GitHub
parent f2329a3b35
commit 65afe6027a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 95 additions and 31 deletions

View file

@ -18,9 +18,9 @@ yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
# External dependencies
anyhow = "1.0.83"
mlua = { version = "0.9.7", features = [ "lua54" ] }
mlua = { version = "0.9.8", features = [ "lua54" ] }
parking_lot = "0.12.2"
serde = { version = "1.0.201", features = [ "derive" ] }
serde = { version = "1.0.202", features = [ "derive" ] }
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = [ "full" ] }
tokio-stream = "0.1.15"