♻️ Major code restructuring
This commit is contained in:
parent
a96e203bb3
commit
fa66d628a0
221 changed files with 228 additions and 315 deletions
13
src/core.rs
Normal file
13
src/core.rs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
//! Key types and functions for creating actions, components, packages, and themes.
|
||||
|
||||
// API to define functions that alter the behavior of PageTop core.
|
||||
pub mod action;
|
||||
|
||||
// API to build new components.
|
||||
pub mod component;
|
||||
|
||||
// API to add new features with packages.
|
||||
pub mod package;
|
||||
|
||||
// API to add new layouts with themes.
|
||||
pub mod theme;
|
||||
Loading…
Add table
Add a link
Reference in a new issue