1
0
Fork 0
forked from AbleOS/ableos
ableos_time/sysdata/programs/render_example/src/main.hb
koniifer 96c2bd5cd5 bitmap image support & better mem opts
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
2024-10-13 23:38:43 +01:00

6 lines
91 B
Plaintext

.{example} := @use("./examples/image.hb")
main := fn(): void {
@inline(example)
return
}