summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoruntir_l <87096069+untir-l@users.noreply.github.com>2022-02-18 11:12:34 +0000
committeruntir-l <87096069+untir-l@users.noreply.github.com>2022-02-25 09:56:49 +0000
commit094d39c7b4ddb5e32143d77c96f29d8c164c98b4 (patch)
tree3cea680e72c19aa937ac1268e9086a86ac8607a2 /README.md
parentbc38b4de9a014e96122b15d8330d5c8da2ad4d71 (diff)
downloadhitomezashi-094d39c7b4ddb5e32143d77c96f29d8c164c98b4.tar
hitomezashi-094d39c7b4ddb5e32143d77c96f29d8c164c98b4.tar.gz
hitomezashi-094d39c7b4ddb5e32143d77c96f29d8c164c98b4.zip
Add todo to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5cd9c2c..4fa9f06 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Output of the CLI app is a BMP image; you can convert it to something nicer like
Additionally, the output is black and white - you can replace these colours using your tool of choice if desired.
## Todos/potential future additions
+- Make a web app version
- Add documentation using Doxygen to both the library and CLI app
- Implement nicer argument parsing (I hear there are some nice Rust libraries for this; maybe rewrite the CLI app in that?)
- Add support for output to PNG/other formats to the CLI app