Skip to content

Commit

Permalink
[IT-23] update readme.md and bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
Harzu committed Nov 24, 2024
1 parent 73e9e50 commit 05cc6e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["examples/*"]
name = "iced_term"
description = "Terminal emulator widget powered by ICED framework and alacritty terminal backend."
authors = ["Ilya Shvyryalkin <ilyashvy@gmail.com>"]
version = "0.5.0"
version = "0.5.1"
edition = "2021"
repository = "https://github.com/Harzu/iced_term"
categories = ["gui"]
Expand Down
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This widget was tested on MacOS, Linux and Windows (but only under [WSL2](https:
From crates.io

```toml
iced_term = "0.5.0"
iced_term = "0.5.1"
```

From git
Expand Down Expand Up @@ -224,11 +224,17 @@ You can also look at [examples](./examples) directory for more information about
- [themes](./examples/themes/) - The example that show how you can change terminal color scheme.
- [fonts](./examples/fonts/) - The examples that show how you can change font type or font size in your terminal emulator app.

You can run any example via

```shell
cargo run --package <example name>
```

## Dependencies

- [iced (0.13.1)](https://github.com/iced-rs/iced/tree/master)
- [alacritty_terminal (0.24.0)](https://github.com/alacritty/alacritty/tree/master/alacritty_terminal)
- [tokio (1.40.0)](https://github.com/tokio-rs/tokio)
- [alacritty_terminal (0.24.1)](https://github.com/alacritty/alacritty/tree/master/alacritty_terminal)
- [tokio (1.41.1)](https://github.com/tokio-rs/tokio)

## Contributing / Feedback

Expand Down

0 comments on commit 05cc6e1

Please sign in to comment.