Skip to content

Commit

Permalink
Update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
phire22 committed Feb 29, 2024
1 parent c2b4974 commit d48a1a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ pub fn render(f: &mut Frame) {

For more examples see [tui-widget-list](https://github.com/preiter93/tui-widget-list/tree/main/examples).

![](resources/demo.gif)
![](resources/demo.gif?v1)

License: MIT
Binary file modified resources/demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
//!
//! For more examples see [tui-widget-list](https://github.com/preiter93/tui-widget-list/tree/main/examples).
//!
//!![](resources/demo.gif)
//!![](resources/demo.gif?v1)
pub mod state;
pub mod traits;
pub mod widget;
Expand Down

0 comments on commit d48a1a5

Please sign in to comment.