mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 05:21:23 +00:00
![github-actions[bot]](/assets/img/avatar_default.png)
## 🤖 New release * `ratatui-macros`: 0.4.1 -> 0.4.2 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.4.2](https://github.com/ratatui-org/ratatui-macros/compare/v0.4.1...v0.4.2) - 2024-06-29 ### Added - Use `::ratatui` instead of `ratatui` ([#54](https://github.com/ratatui-org/ratatui-macros/pull/54)) - Add row! macro ([#52](https://github.com/ratatui-org/ratatui-macros/pull/52)) ### Other - Update README with row! documentation ([#56](https://github.com/ratatui-org/ratatui-macros/pull/56)) - Make doc examples shorter by removing duplicate imports ([#55](https://github.com/ratatui-org/ratatui-macros/pull/55)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
22 lines
758 B
TOML
22 lines
758 B
TOML
[package]
|
|
name = "ratatui-macros"
|
|
version = "0.4.2"
|
|
edition = "2021"
|
|
authors = ["The Ratatui Developers"]
|
|
description = "Macros for Ratatui"
|
|
license = "MIT" # or any other appropriate license
|
|
repository = "https://github.com/ratatui-org/ratatui-macros"
|
|
documentation = "https://docs.rs/ratatui-macros"
|
|
keywords = ["ratatui", "macros", "tui", "ui"]
|
|
categories = ["tui", "macro"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# requires alpha version of ratatui for the Into<Style> changes
|
|
ratatui = "0.27.0"
|
|
|
|
[dev-dependencies]
|
|
trybuild = { version = "1.0.96", features = ["diff"] }
|
|
cargo-husky = { version = "1.5.0", features = ["user-hooks"] }
|