Add derive macro now new elements
This commit is contained in:
parent
77bc682a69
commit
4efc46c763
4 changed files with 129 additions and 68 deletions
|
@ -42,7 +42,6 @@ fn main() {
|
|||
}
|
||||
|
||||
fn workspace<V: 'static>(theme: &ThemeColors) -> impl Element<V> {
|
||||
// frame().w_full().h_half().fill(theme.success(0.5))
|
||||
frame()
|
||||
.h_full()
|
||||
.w(percent(50.))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue