theme.rs, lints.rust
This commit is contained in:
parent
2962102962
commit
acc1bf8ca3
3 changed files with 30 additions and 0 deletions
|
@ -13,6 +13,9 @@ use waveform_panel::{PixiController, WaveformPanel};
|
|||
mod header_panel;
|
||||
use header_panel::HeaderPanel;
|
||||
|
||||
mod theme;
|
||||
use theme::*;
|
||||
|
||||
#[derive(Clone, Copy, Default)]
|
||||
enum Layout {
|
||||
Tree,
|
||||
|
|
Reference in a new issue