aboutsummaryrefslogtreecommitdiff
path: root/src/output.rs
AgeCommit message (Collapse)Author
2019-12-20remove hard coded palette IDsDaniel Schadt
Now that the API actually returns the proper palette IDs, we can use those values instead of relying on the hard coded values. This also gets rid of the make_table script that was mostly hackish anyway, and the lazy static HashMap.
2019-12-12remove quick_errorDaniel Schadt
quick_error used the deprecated Error::cause interface, therefore we want to use our own error enums with proper methods.
2019-12-12add some more doc commentsDaniel Schadt
2019-12-08add console output for build templatesDaniel Schadt