forked from AbleOS/ableos
koniifer
96c2bd5cd5
restructure render lib add peony's render api additions and example add image example fix some dubious bugs i had made in unused code in mem_serve.rs remove tetris stub (now in peony's fork) update hblang
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
.{example} := @use("./examples/image.hb")
|
|
|
|
main := fn(): void {
|
|
@inline(example)
|
|
return
|
|
} |