add(widget/Spacer): empty widget implementation
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
All checks were successful
Zig Project Action / Lint, Spell-check and test zig project (push) Successful in 32s
This commit is contained in:
@@ -74,5 +74,6 @@ pub fn Widget(comptime Event: type) type {
|
||||
|
||||
// TODO: import and export of `Widget` implementations (with corresponding initialization using `Event`)
|
||||
pub const RawText = @import("widget/RawText.zig").Widget(Event);
|
||||
pub const Spacer = @import("widget/Spacer.zig").Widget(Event);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user