Commit 3b002fd 1 parent 0207160 commit 3b002fd Copy full SHA for 3b002fd
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- This folder contains unreleased code. View the [ examples for the latest release
4
- (0.25.0)] ( https://github.com/ratatui-org/ratatui/tree/v0.25.0/examples ) instead.
3
+ This folder might use unreleased code. View the examples for the latest release instead.
5
4
6
5
> [ !WARNING]
7
6
>
8
- > There are backwards incompatible changes in these examples, as they are designed to compile
7
+ > There may be backwards incompatible changes in these examples, as they are designed to compile
9
8
> against the ` main ` branch.
10
9
>
11
10
> There are a few workaround for this problem:
12
11
>
13
12
> - View the examples as they were when the latest version was release by selecting the tag that
14
- > matches that version. E.g. < https://github.com/ratatui-org/ratatui/tree/v0.25.0/examples > . There
15
- > is a combo box at the top of this page which allows you to select any previous tagged version.
16
- > - To view the code locally, checkout the tag using ` git switch --detach v0.25.0 ` .
17
- > - Use the latest [ alpha version of Ratatui] . These are released weekly on Saturdays.
13
+ > matches that version. E.g. < https://github.com/ratatui-org/ratatui/tree/v0.26.1/examples > .
14
+ > - If you're viewing this file on GitHub, there is a combo box at the top of this page which
15
+ > allows you to select any previous tagged version.
16
+ > - To view the code locally, checkout the tag. E.g. ` git switch --detach v0.26.1 ` .
17
+ > - Use the latest [ alpha version of Ratatui] in your app. These are released weekly on Saturdays.
18
18
> - Compile your code against the main branch either locally by adding e.g. ` path = "../ratatui" ` to
19
19
> the dependency, or remotely by adding ` git = "https://github.com/ratatui-org/ratatui" `
20
20
>
You can’t perform that action at this time.
0 commit comments