veeso / tui-realm

👑 A ratatui framework to build stateful applications with a React/Elm inspired approach
MIT License
590 stars 25 forks source link

Update ratatui dependency to version 0.26 #69

Closed airstrike closed 8 months ago

airstrike commented 8 months ago

68 - Update ratatui dependency to version 0.26

Fixes #68

Description

Updated ratatui dependency

List here your changes

error[E0107]: struct takes 0 generic arguments but 1 generic argument was supplied
  --> src/adapter/crossterm/mod.rs:23:22
   |
23 | pub type Frame<'a> = TuiFrame<'a, CrosstermBackend<Stdout>>;
   |                      ^^^^^^^^     ------------------------ help: remove this generic argument
   |                      |
   |                      expected 0 generic arguments
   |
note: struct defined here, with 0 generic parameters
  --> /Users/andy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-0.26.1/src/terminal/frame.rs:14:12
   |
14 | pub struct Frame<'a> {
   |            ^^^^^

Type of change

Please select relevant options.

Checklist

veeso commented 8 months ago

thanks for your contribution