From d50dc33be18ae7c7497f399a9bac0f6324e1a000 Mon Sep 17 00:00:00 2001 From: Antonio <97242516+antonioaja@users.noreply.github.com> Date: Wed, 20 Jul 2022 14:00:27 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 24865e6..545f380 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ The .elmt file be outputted in the same directory as the executable. It will ret * Better error messages -* Refactor code to be more idiomatic - ## Known Issue(s) * `ParseError(#)`: This occurs due to an improper .dxf file @@ -51,3 +49,4 @@ Compiled using Cargo (1.62.0). * [dxf-rs](https://github.com/IxMilia/dxf-rs) * [simple-xml-builder](https://github.com/Accelbread/simple-xml-builder) * [bspline](https://github.com/Twinklebear/bspline) +* [tempfile](https://github.com/Stebalien/tempfile)