aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* don't need extern cratesJesse Luehrs2023-03-261-10/+0
|
* bump depsJesse Luehrs2023-03-261-2/+3
|
* fmtJesse Luehrs2023-03-261-1/+3
|
* suppress output when testing renderingJesse Luehrs2018-05-141-2/+4
|
* add a test that rendering worksJesse Luehrs2018-05-141-0/+24
| | | | as in, doesn't panic
* factor out os-specific callsJesse Luehrs2018-05-141-0/+1
| | | | also use the unix form instead of linux to hopefully fix osx
* reorganize a bitJesse Luehrs2018-05-141-66/+5
|
* stop trying to be clever with the version stuffJesse Luehrs2018-03-041-1/+0
| | | | it doesn't work right and i don't actually care that much
* add version and author data to command line options0.1.0Jesse Luehrs2018-03-041-1/+4
|
* add some more profiling verbose outputJesse Luehrs2018-02-271-18/+48
|
* clean up the verbose output processJesse Luehrs2018-02-271-0/+3
|
* add vcs supportJesse Luehrs2018-02-201-0/+3
|
* start sketching out some thingsJesse Luehrs2018-02-191-0/+54