summaryrefslogtreecommitdiffstats
path: root/svgbob/TODO.md
diff options
context:
space:
mode:
authorJovansonlee Cesar <ivanceras@gmail.com>2020-11-25 23:26:11 +0800
committerJovansonlee Cesar <ivanceras@gmail.com>2020-11-25 23:26:11 +0800
commit9801decfb1b58c2f06756cafa9fd94b75fcbfdc9 (patch)
treee37e6cf49159025a8e7f6c39c4ceac618eaed648 /svgbob/TODO.md
parent7b3fb92e73d825480c1e211434aa9e714ddff729 (diff)
put back the with-dom feature since it is used in text-node rendering
Diffstat (limited to 'svgbob/TODO.md')
-rw-r--r--svgbob/TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/svgbob/TODO.md b/svgbob/TODO.md
index 2ccf823..19c8dcf 100644
--- a/svgbob/TODO.md
+++ b/svgbob/TODO.md
@@ -15,3 +15,4 @@
- [ ] Use perfect hashmap [phf](https://crates.io/crates/phf) to efficiently build the maps(unicode_map, circle_map, ascii_map) at compile time.
- [ ] Fix the double arrow issue
When there is 2 arrows in the middle of a line `---->>-------` or `----<<----`
+- [ ] Clean the project enforce deny warnings.