mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-07 04:06:45 +01:00
wip: optional dependency from mixer to sampler and plugin
This commit is contained in:
parent
a819e042c7
commit
6dd4caeb42
18 changed files with 330 additions and 316 deletions
|
|
@ -12,3 +12,4 @@ better-panic = "0.3.0"
|
|||
midly = "0.5"
|
||||
clap = { version = "4.5.4", features = [ "derive" ] }
|
||||
clojure-reader = "0.1.0"
|
||||
once_cell = "1.19.0"
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ pub use crossterm::event::{Event, KeyEvent, KeyCode, KeyModifiers};
|
|||
pub use ratatui::prelude::{Rect, Style, Color, Buffer};
|
||||
pub use ratatui::style::Stylize;
|
||||
pub use clojure_reader::{edn::{read, Edn}, error::Error as EdnError};
|
||||
pub use once_cell::sync::Lazy;
|
||||
|
||||
pub(crate) use std::error::Error;
|
||||
pub(crate) use std::io::{stdout};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue