chiark / gitweb /
Now we can draw directly without ratatui widgets.
authorSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 14:41:57 +0000 (14:41 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 23 Dec 2023 14:41:57 +0000 (14:41 +0000)
commit568cc3142b0ced9efda0b617ab31519be787cc71
tree8f7d61b0f70c50f92e37418f760620ad6fd60331
parent215b88f6e847f079bd791e19970fb175869b19a1
Now we can draw directly without ratatui widgets.

I didn't really want to have to structure my program around their
widget API, and now I don't have to.
src/main.rs