mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-08 04:36:45 +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
7
crates/device/src/editor.rs
Normal file
7
crates/device/src/editor.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use crate::*;
|
||||
|
||||
mod editor_api; pub use self::editor_api::*;
|
||||
mod editor_model; pub use self::editor_model::*;
|
||||
mod editor_view; pub use self::editor_view::*;
|
||||
mod editor_view_h; pub use self::editor_view_h::*;
|
||||
mod editor_view_v; pub use self::editor_view_v::*;
|
||||
Loading…
Add table
Add a link
Reference in a new issue