use nimbus roman, theme config, lto

license, philosophy, more shippori chars, slight code shuffling
This commit is contained in:
stjet
2025-02-21 15:09:51 +00:00
parent cb766ce8a5
commit e769bc1452
888 changed files with 5349 additions and 2876 deletions

View File

@@ -14,8 +14,15 @@ blake2 = { version = "0.10.6", default-features = false }
blake2 = { version = "0.10.6", default-features = false }
linux_framebuffer = { package = "framebuffer", version = "0.3.1" }
termion = "4.0.3"
rodio = "0.19.0"
rand = "0.8.5"
audiotags = "0.5.0"
rodio = { version = "0.19.0", optional = true }
rand = { version = "0.8.5", optional = true }
audiotags = { version = "0.5.0", optional = true }
bmp-rust = "0.4.1"
dirs = "5.0.1"
[profile.release]
lto = true
[[bin]]
name = "audio_player"
required-features = [ "audiotags", "rand", "rodio" ]