Skip to content

Commit

Permalink
Fix rendering; added missing props in constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 6, 2021
1 parent a184d67 commit 672b940
Show file tree
Hide file tree
Showing 8 changed files with 411 additions and 508 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ repository = "https://github.com/veeso/tui-realm-treeview"
orange-trees = "0.1.0"
#tuirealm = { version = "^1.0.0", default-features = false, features = [ "derive" ]}
tuirealm = { git = "https://github.com/veeso/tui-realm", branch = "new-api", default-features = false, features = [ "derive" ] }
unicode-width = "0.1.8"

[dev-dependencies]
crossterm = "0.20"
Expand Down
Loading

0 comments on commit 672b940

Please sign in to comment.