From 4565edf6791fea81ab3b692dd46f7ed76c95c900 Mon Sep 17 00:00:00 2001 From: Erin Abicht Date: Tue, 18 Apr 2023 08:33:23 -0400 Subject: [PATCH] figlet-rs note --- src/development/design/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/development/design/README.md b/src/development/design/README.md index 7eca9e7..116276d 100644 --- a/src/development/design/README.md +++ b/src/development/design/README.md @@ -24,6 +24,8 @@ We may also use [Rhai](https://lib.rs/crates/rhai) for scripting, for easy user It will also use a global configuration - similar to **Guix** or **NixOS**. This allows it to be easily setup. It will likely use [RON](https://lib.rs/crates/ron) for configuration. +**Note:** [figlet-rs](https://lib.rs/crates/figlet-rs) can be used for cool `ASCII` art! + Further design decisions are gone into detail in the next few chapters. ## Code Organization