From 3dd0774cc3ead0a441ab08d26aa4fb28d99cac86 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sun, 11 Feb 2024 07:58:38 +0000 Subject: [PATCH] Add dependency graph for version 0.16.1 --- images/textwrap-0.16.1.svg | 21 +++++++++++++++++++++ src/lib.rs | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 images/textwrap-0.16.1.svg diff --git a/images/textwrap-0.16.1.svg b/images/textwrap-0.16.1.svg new file mode 100644 index 00000000..bc234068 --- /dev/null +++ b/images/textwrap-0.16.1.svg @@ -0,0 +1,21 @@ + + + + +textwrap + +smawk + + + + + +unicode-linebreak + + + +unicode-width + + + + diff --git a/src/lib.rs b/src/lib.rs index 2e76bcf1..a4ce715c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -113,7 +113,7 @@ //! The full dependency graph, where dashed lines indicate optional //! dependencies, is shown below: //! -//! +//! //! //! ## Default Features //!