Add derive macro now new elements

This commit is contained in:
Nathan Sobo 2023-08-15 21:04:48 -06:00
parent 77bc682a69
commit 4efc46c763
4 changed files with 129 additions and 68 deletions

View file

@ -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.))