aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
Commit message (Collapse)AuthorAgeFilesLines
* keybind F cycles brush insteadAkshay2021-04-021-1/+1
|
* integrate pico args to mainAkshay2021-03-311-2/+19
|
* add assert primitive; pass state in EvaluatorAkshay2021-03-301-2/+6
|
* use Display trait instead of Debug to show errors on mainAkshay2021-03-301-6/+38
|
* fix: sdl panics on empty string drawingAkshay2021-03-291-2/+14
|
* add better brush drawing feedbackAkshay2021-03-281-1/+1
|
* feat: basic command mode, add text box primitivesAkshay2021-03-171-1/+16
|
* read and write to .obi filesAkshay2021-03-171-1/+1
|
* factor out common utils into moduleAkshay2021-03-151-0/+30