mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-07-17 15:56:57 +02:00
wip: fix: 16e->425e...?
This commit is contained in:
parent
2fd5fbaaf9
commit
54ab1d8ba1
6 changed files with 26 additions and 22 deletions
|
|
@ -49,12 +49,13 @@ pub mod dialog;
|
|||
pub mod menu;
|
||||
pub mod mix;
|
||||
pub mod mode;
|
||||
pub mod plugin;
|
||||
pub mod sample;
|
||||
pub mod sequence;
|
||||
pub mod select;
|
||||
pub mod view;
|
||||
|
||||
#[cfg(feature = "plugin")] pub mod plugin;
|
||||
|
||||
use clap::{self, Parser, Subcommand};
|
||||
use builder_pattern::Builder;
|
||||
use self::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue