feat: custom font argument

This commit is contained in:
2024-05-22 04:08:36 +02:00
parent 8a5ca4a74b
commit 47a1ac8235
7 changed files with 94 additions and 8 deletions

View File

@@ -13,6 +13,7 @@ strip = true
[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
fontconfig = "0.8.0"
fuzzy-matcher = "0.3.7"
home = "0.5.9"
sdl2 = { version = "0.36.0", features = ["ttf"] }