feat(element/progress): Progress bar implementation as an Element
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 2m42s
Some checks failed
Zig Project Action / Lint, Spell-check and test zig project (push) Failing after 2m42s
This commit is contained in:
@@ -10,6 +10,7 @@ pub fn build(b: *std.Build) void {
|
||||
alignment,
|
||||
button,
|
||||
input,
|
||||
progress,
|
||||
scrollable,
|
||||
// layouts:
|
||||
vertical,
|
||||
@@ -60,6 +61,7 @@ pub fn build(b: *std.Build) void {
|
||||
.alignment => "examples/elements/alignment.zig",
|
||||
.button => "examples/elements/button.zig",
|
||||
.input => "examples/elements/input.zig",
|
||||
.progress => "examples/elements/progress.zig",
|
||||
.scrollable => "examples/elements/scrollable.zig",
|
||||
// layouts:
|
||||
.vertical => "examples/layouts/vertical.zig",
|
||||
|
||||
Reference in New Issue
Block a user