Package: rust-ratatui / 0.28.1-9

Metadata

Package Version Patches format
rust-ratatui 0.28.1-9 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
relax dep versions.patch | (download)

Cargo.toml | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 relax build dependencies
 This patch relax the build dependencies such that the package can be easier built.
disable unavailable unnecessary.patch | (download)

Cargo.toml | 492 246 + 246 - 0 !
src/lib.rs | 4 2 + 2 - 0 !
2 files changed, 248 insertions(+), 248 deletions(-)

 disable examples and unavailable deps
 termwiz is proper unavailable,
 font8x8 is cruft,
 document-features is useless without feature comments,
 color-eyre (many), fakeit (1) and octocrab (1) are used by examples.
 Examples are too many and drastically slow down builds and autopkgtest runs.
remove instability.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
src/backend/crossterm.rs | 8 4 + 4 - 0 !
src/backend/termion.rs | 8 4 + 4 - 0 !
src/terminal/frame.rs | 4 2 + 2 - 0 !
src/widgets.rs | 4 2 + 2 - 0 !
src/widgets/paragraph.rs | 8 4 + 4 - 0 !
6 files changed, 18 insertions(+), 18 deletions(-)

---
termion 1.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
skip tests unicode width.patch | (download)

src/backend/test.rs | 4 2 + 2 - 0 !
src/buffer/buffer.rs | 4 2 + 2 - 0 !
src/text/span.rs | 2 1 + 1 - 0 !
3 files changed, 5 insertions(+), 5 deletions(-)

---