Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-04-13 20:39:52 +0300
committerMathieu Duponchelle <mathieu@centricular.com>2020-04-16 21:46:21 +0300
commit7701850586d1f0004afd6c3b40c2452171f88cc1 (patch)
tree13a91661c22871268167f1fddb2c8018766e00ea /Cargo.toml
parent92163c46b23b6253fa22f36816b29479c07eee4c (diff)
Implement text wrapping element around the textwrap crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8dbf9250..72071ee9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ members = [
"video/flavors",
"video/gif",
"video/rav1e",
+ "text/wrap",
]
[profile.release]