pinakes-ui: extract expression evaluation into dedicated module
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I4d4901c4701e8ae446dbc76b457c058d6a6a6964
This commit is contained in:
parent
0baa57d48d
commit
5077e9f117
2 changed files with 1016 additions and 0 deletions
1015
crates/pinakes-ui/src/plugin_ui/expr.rs
Normal file
1015
crates/pinakes-ui/src/plugin_ui/expr.rs
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
pub mod actions;
|
pub mod actions;
|
||||||
pub mod data;
|
pub mod data;
|
||||||
|
pub mod expr;
|
||||||
pub mod registry;
|
pub mod registry;
|
||||||
pub mod renderer;
|
pub mod renderer;
|
||||||
pub mod widget;
|
pub mod widget;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue