This website requires JavaScript.
Explore
Help
Sign In
kodin
/
ableos-idl
Watch
1
Star
0
Fork
You've already forked ableos-idl
0
forked from
AbleOS/ableos
Code
Pull requests
Activity
fc06820332
ableos-idl
/
sysdata
/
programs
/
render_example
/
src
/
main.hb
6 lines
91 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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 17:38:43 -05:00
.{example} := @use("./examples/image.hb")
squash
2024-09-13 16:41:31 -05:00
main := fn(): void {
@inline(example)
return
}
Copy permalink