max / alloy_tui
1 file changed,
+2 insertions,
-2 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | 1 | [package] | |
| 2 | 2 | name = "alloy_tui" | |
| 3 | - | version = "0.1.1" | |
| 3 | + | version = "1.0.0" | |
| 4 | 4 | description = "Alloy design system: makeover intents rendered as ratatui Color/Style, plus themed widgets for the alloy console and siblings." | |
| 5 | 5 | edition = "2024" | |
| 6 | 6 | rust-version = "1.86" | |
| @@ -10,4 +10,4 @@ authors = ["Max Johnson <me@maxj.phd>"] | |||
| 10 | 10 | ||
| 11 | 11 | [dependencies] | |
| 12 | 12 | ratatui = "0.30" | |
| 13 | - | makeover = "0.10.0" | |
| 13 | + | makeover = "1.0.0" |