mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
switchable edn example
This commit is contained in:
parent
4ae31bbba0
commit
ce4574ed78
8 changed files with 105 additions and 21 deletions
|
|
@ -61,7 +61,7 @@ impl Groovebox {
|
|||
|
||||
has_clock!(|self: Groovebox|self.player.clock());
|
||||
|
||||
impl EdnLayout<Tui> for Groovebox {
|
||||
impl EdnViewData<Tui> for Groovebox {
|
||||
fn get_bool (&self, item: &str) -> bool { todo!() }
|
||||
fn get_unit (&self, item: &str) -> u16 {
|
||||
use EdnItem::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue