feat: add audio visualizer implementation
Release / build-local-artifacts (${{ join(matrix.targets, ', ') }}) (pull_request) Canceled after 0s
Release / build-global-artifacts (pull_request) Canceled after 0s
Release / host (pull_request) Canceled after 0s
Release / announce (pull_request) Canceled after 0s
Release / plan (pull_request) Canceled after 10s

This commit is contained in:
Stevan Freeborn
2026-07-27 17:08:31 -05:00
parent 377fab331f
commit d166be47ed
3 changed files with 751 additions and 19 deletions
+2
View File
@@ -5,10 +5,12 @@ edition = "2024"
repository = "https://github.com/StevanFreeborn/termato"
[dependencies]
cpal = "0.18.1"
crossterm = "0.29.0"
figlet-rs = "1.0.0"
notify-rust = "4.18.0"
ratatui = "0.30.2"
realfft = "3.5.0"
[profile.dist]
inherits = "release"