mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Fix whitespace issues in Rust package descriptions.
This mainly addresses `double-space after sentence end period' and `trailing white space' issues. * gnu/packages/crates-graphics.scm (rust-winit-0.30): Fix description. * gnu/packages/crates-io.scm (rust-arr-macro-0.1, rust-chan-0.1, rust-minimal-lexical-0.2): Fix description. Change-Id: I055c15df9b45c6f0bc3033edbf0afee4593e9383 Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
This commit is contained in:
parent
9c2761b589
commit
8df34932ba
2 changed files with 9 additions and 10 deletions
|
@ -5848,14 +5848,13 @@ from xml files.")
|
|||
(home-page "https://github.com/rust-windowing/winit")
|
||||
(synopsis "Window creation library")
|
||||
(description
|
||||
"Winit is a window creation and management library. It can create
|
||||
windows and lets you handle events (for example: the window being
|
||||
resized, a key being pressed, a mouse movement, etc.) produced by
|
||||
window.
|
||||
"Winit is a window creation and management library. It can create
|
||||
windows and lets you handle events (for example: the window being resized, a
|
||||
key being pressed, a mouse movement, etc.) produced by window.
|
||||
|
||||
Winit is designed to be a low-level brick in a hierarchy of libraries.
|
||||
Consequently, in order to show something on the window you need to use
|
||||
the platform-specific getters provided by winit, or another library.")
|
||||
Consequently, in order to show something on the window you need to use the
|
||||
platform-specific getters provided by winit, or another library.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-winit-0.29
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue