Commit graph

7 commits

Author SHA1 Message Date
Víctor Martínez
cfec4135aa
Merge pull request #2 from JasterV/dependabot/cargo/crossterm-0.29.0
build(deps): bump crossterm from 0.28.1 to 0.29.0
2025-08-19 16:59:20 +02:00
Víctor Martínez
a2b8c58116
Merge pull request #3 from JasterV/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2025-08-19 16:59:00 +02:00
dependabot[bot]
ebf5a32068
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 12:38:58 +00:00
dependabot[bot]
9a5be4e892
build(deps): bump crossterm from 0.28.1 to 0.29.0
Bumps [crossterm](https://github.com/crossterm-rs/crossterm) from 0.28.1 to 0.29.0.
- [Release notes](https://github.com/crossterm-rs/crossterm/releases)
- [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29)

---
updated-dependencies:
- dependency-name: crossterm
  dependency-version: 0.29.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-19 12:15:11 +00:00
JasterV
3dc08c450d refactor: truly event-driven functional style 2025-08-19 13:50:39 +02:00
Víctor Martínez
ef45e65784 Update README.md 2025-08-19 02:09:30 +02:00
JasterV
7ffec09d7b feat: build an elm-like TUI application 2025-08-19 02:09:30 +02:00