From f48e06720c2dfeed99c7d0b018bfaf560b78b0ce Mon Sep 17 00:00:00 2001 From: windsorwindsor2 <149339089+windsorwindsor2@users.noreply.github.com> Date: Sun, 4 May 2025 17:02:42 -0400 Subject: [PATCH] Create README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..44bfcbc --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Overview + +Displays an analog clock with the current local time in the teminal. Uses the crate [gemini-engine](https://docs.rs/gemini-engine/latest/gemini_engine/) to display graphics in the terminal.