mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 19:56:42 +01:00
ref -> rev; fix some warns; cov 33.46%
This commit is contained in:
parent
bcc3f5809e
commit
60e4bb49b2
14 changed files with 43 additions and 43 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pub(crate) use ::tek_tui::tek_output::*;
|
|||
pub(crate) use ::tek_tui::tek_input::*;
|
||||
pub(crate) use ::tek_tui::tek_edn::*;
|
||||
pub(crate) use ::tek_tui::ratatui::prelude::*;
|
||||
pub(crate) use ::tek_tui::crossterm::event::*;
|
||||
//pub(crate) use ::tek_tui::crossterm::event::*;
|
||||
pub(crate) use std::sync::{Arc, RwLock, atomic::{AtomicUsize, Ordering::Relaxed}};
|
||||
pub(crate) use std::fs::File;
|
||||
pub(crate) use std::path::PathBuf;
|
||||
|
|
@ -16,7 +16,7 @@ pub(crate) use symphonia::{
|
|||
core::{
|
||||
formats::Packet,
|
||||
codecs::{Decoder, CODEC_TYPE_NULL},
|
||||
errors::Error as SymphoniaError,
|
||||
//errors::Error as SymphoniaError,
|
||||
io::MediaSourceStream,
|
||||
probe::Hint,
|
||||
audio::SampleBuffer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue