Feat: add wave word for drum synthesis

This commit is contained in:
2026-02-21 22:03:07 +01:00
parent a7a1f9e759
commit c9c8fe4117
3 changed files with 12 additions and 2 deletions

View File

@@ -51,7 +51,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/Bubobubobubobubo/doux", features = ["native"] }
doux = { path = "/Users/bubo/doux", features = ["native"] }
rusty_link = "0.4"
ratatui = "0.30"
crossterm = "0.29"