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

@ -15,7 +15,7 @@ yazi-shared = { path = "../yazi-shared", version = "0.2.5" }
# External dependencies
clap = { version = "4.5.4", features = [ "derive" ] }
serde = { version = "1.0.201", features = [ "derive" ] }
serde = { version = "1.0.202", features = [ "derive" ] }
[build-dependencies]
clap = { version = "4.5.4", features = [ "derive" ] }