WIP: prepare the ground for audio rate modulation

This commit is contained in:
2026-02-07 12:08:11 +01:00
parent 83c756618f
commit dbd17a7946
7 changed files with 260 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ cagire-forth = { path = "crates/forth" }
cagire-markdown = { path = "crates/markdown" }
cagire-project = { path = "crates/project" }
cagire-ratatui = { path = "crates/ratatui" }
doux = { git = "https://github.com/sova-org/doux", features = ["native"] }
doux = { path = "/Users/bubo/doux", features = ["native"] }
rusty_link = "0.4"
ratatui = "0.30"
crossterm = "0.29"