Files
bottom/src
ClementTsang dd7e183ec8 refactor: rip out trait system for drawing widgets
This rips out this weird trait system I previously used for drawing
widgets, where I implemented a trait onto the Painter struct that did
the drawing.  I have no idea what I was thinking back then.
2021-08-24 22:49:06 -04:00
..