Add Empty widget

This commit is contained in:
Joscha 2024-03-03 23:52:12 +01:00
parent ba68e34d0d
commit 1000de5bcf
3 changed files with 27 additions and 0 deletions

View file

@ -5,3 +5,4 @@ mod rect;
mod vec2;
mod view;
mod widget;
pub mod widgets;