Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 13, 2021
1 parent 888189e commit 90f158c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 1.0.0

Released on 14/11/2021
Released on 13/11/2021

- Migrated component to tui-realm 1.x
- Total refactoring; using orange-trees as engine
Expand Down
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ repository = "https://github.com/veeso/tui-realm-treeview"

[dependencies]
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" ] }
tuirealm = { version = "^1.0.0", default-features = false, features = [ "derive" ]}
unicode-width = "0.1.8"

[dev-dependencies]
crossterm = "0.20"
pretty_assertions = "0.7.2"
tui-realm-stdlib = { git = "https://github.com/veeso/tui-realm-stdlib", branch = "1.0.0" }
#tui-realm-stdlib = "^1.0.0"
tui-realm-stdlib = "^1.0.0"

[features]
default = [ "with-crossterm" ]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</p>

<p align="center">Developed by <a href="https://veeso.github.io/" target="_blank">@veeso</a></p>
<p align="center">Current version: 1.0.0 (14/11/2021)</p>
<p align="center">Current version: 1.0.0 (13/11/2021)</p>

<p align="center">
<a href="https://opensource.org/licenses/MIT"
Expand Down
Binary file modified docs/images/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 90f158c

Please sign in to comment.