use agui_macros::build; use agui_primitives::Drawable; fn main() { let _widget: f32 = build! { Drawable { } }; }