mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-09 05:06:43 +01:00
devices can be focused again
This commit is contained in:
parent
b673e4c68d
commit
07084656b8
5 changed files with 61 additions and 26 deletions
|
|
@ -60,7 +60,7 @@ pub trait Device: Render + Handle + Process + Send + Sync {
|
|||
impl<T: Render + Handle + Process + Send + Sync> Device for T {}
|
||||
|
||||
// Reexport macros:
|
||||
pub use crate::{submod, pubmod, render, handle, process, phrase, keymap, key, ports};
|
||||
pub use crate::{submod, pubmod, render, handle, process, phrase, keymap, ports};
|
||||
|
||||
// Reexport JACK proto-lib:
|
||||
pub use crate::jack::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue