From f7afc30f2eafc6e1cc5825a5c5409183e17015e6 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 3 Jul 2023 13:11:58 -0400 Subject: [PATCH] added to README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c41b3d..8a1a032 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ to make major changes and refactors until the main roadmap is complete.** Currently supports a variety of stripe flags. -Under Construction features: -- ["Complex" Flags](https://git.vwolfe.io/valerie/pride/src/branch/complex) +## Dependencies + +Complex renderers often use [Powerline's slant](https://github.com/ryanoasis/powerline-extra-symbols) +symbols, and therefore require use of a Powerline font, such as [Fira Code](https://github.com/tonsky/FiraCode). + +## Libraries + +- [pico-args](https://crates.io/crates/pico-args) +- [termion](https://crates.io/crates/termion)