From ce02cbe4d8dc66adb185c730bdfcbddf86bbd111 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Wed, 8 Nov 2023 19:43:08 +0100 Subject: [PATCH] Made images in README load from GitLab; excluded images from Crate --- Cargo.toml | 1 + README.md | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3aafa53..9b9c072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,5 +10,6 @@ repository = "https://devops.tsommer.org/open-source/rust/crates/borderline" readme = "README.md" keywords = ["border", "terminal", "cli", "progressbar"] categories = ["command-line-interface"] +exclude = ["images/*"] [dependencies] diff --git a/README.md b/README.md index 2065902..0b863f0 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,14 @@ borderline::print_border(); ``` While the progress bar is active: -![progressbar.png](images/progressbar.png) +![progressbar.png](https://devops.tsommer.org/open-source/rust/crates/borderline/raw/main/images/progressbar.png) When the program is done: -![done.png](images/done.png) +![done.png](https://devops.tsommer.org/open-source/rust/crates/borderline/raw/main/images/done.png) -In case that the given text is too long, it gets wrapped at word boundaries. When this is not possible, the text is wrapped at the given width. \ No newline at end of file +In case that the given text is too long, it gets wrapped at word boundaries. When this is not possible, the text is wrapped at the given width. + +# Changelog + +### Version 1.0.0 +- Initial release \ No newline at end of file