Step 1: Add simplified crop types in ui/widgets, update imports
This commit is contained in:
parent
6a4629bb47
commit
34d0045e0d
8 changed files with 227 additions and 21 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
// src/ui/mod.rs
|
||||
//
|
||||
// UI layer: COSMIC application, views, and components.
|
||||
// UI layer: COSMIC application, views, and widgets.
|
||||
|
||||
pub mod app;
|
||||
pub mod message;
|
||||
|
|
@ -9,6 +9,7 @@ pub mod model;
|
|||
pub mod update;
|
||||
pub mod components;
|
||||
pub mod views;
|
||||
pub mod widgets;
|
||||
|
||||
// Internal module for syncing model from DocumentManager
|
||||
pub(crate) mod sync;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue