ref -> rev; fix some warns; cov 33.46%

This commit is contained in:
🪞👃🪞 2025-03-04 01:12:37 +02:00
parent bcc3f5809e
commit 60e4bb49b2
14 changed files with 43 additions and 43 deletions

View file

@ -4,7 +4,7 @@ edition = "2021"
version = "0.2.0"
[dependencies]
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", ref = "5352a9d" }
tek_tui = { git = "https://codeberg.org/unspeaker/tengri", rev = "d5a304e" }
tek_jack = { path = "../jack" }
tek_time = { path = "../time" }

View file

@ -8,8 +8,8 @@ pub(crate) use ::tek_jack::{*, jack::*};
pub(crate) use ::tek_tui::{
*,
tek_output::*,
tek_input::*,
tek_edn::*,
//tek_input::*,
//tek_edn::*,
ratatui::prelude::*,
crossterm::event::*,
//crossterm::event::*,
};