mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 20:56:43 +01:00
editor: move to device crate
This commit is contained in:
parent
7f255eaea8
commit
4127c141cc
12 changed files with 534 additions and 510 deletions
|
|
@ -1,7 +1,6 @@
|
|||
use crate::*;
|
||||
|
||||
mod dialog; pub use self::dialog::*;
|
||||
mod editor; pub use self::editor::*;
|
||||
mod pool; pub use self::pool::*;
|
||||
mod selection; pub use self::selection::*;
|
||||
mod track; pub use self::track::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue