From 46791dcc51fa9e45bbe8646349aba4cfe2864813 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 19 Jun 2023 17:24:57 -0400 Subject: [PATCH 1/2] created release profile and added a basic README --- Cargo.toml | 7 +++++-- README.md | 9 +++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/Cargo.toml b/Cargo.toml index 691cedd..10e60af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,10 @@ pico-args = "0.5.0" termion = "2.0.1" [profile.release] -opt-level = 'z' -lto = true +opt-level = 's' codegen-units = 1 +debug = false +lto = true +panic = "abort" +strip = "debuginfo" diff --git a/README.md b/README.md new file mode 100644 index 0000000..71d154a --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ + +# Pride! for the terminal + +A Rust utility to display pride flags in the terminal. + +Currently supports a variety of stripe flags. + +This is a growing project and a big experiment for me! + From 236c9cb0549ee55bd4ff437c617c574f092a7649 Mon Sep 17 00:00:00 2001 From: Valerie Date: Mon, 19 Jun 2023 17:54:34 -0400 Subject: [PATCH 2/2] updated README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 71d154a..7d50fa7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,14 @@ A Rust utility to display pride flags in the terminal. +**This project is under heavy construction! It is subject to major structural and +architectural changes. There are no issues with functionality, but I am not +satisfied with the current state of the project. The software is usable, but I will +continue to refer to it as pre-release until I am happy with it.** + Currently supports a variety of stripe flags. -This is a growing project and a big experiment for me! +Under Construction features: +- [Variant Flags](https://git.vwolfe.io/valerie/pride/src/branch/variant) +- ["Complex" Flags](https://git.vwolfe.io/valerie/pride/src/branch/complex)