diff --git a/Cargo.lock b/Cargo.lock index bc8b0e9..17eefe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1695,14 +1695,15 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "tui-big-text" -version = "0.8.2" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3524088df83a9214c4a84648c5812d6aa9f930a4172a1604706468e8b98bed1" +checksum = "6833ec23415d48753f28caec76fa149d0d319ebaedec77ad7d09f7e2094bee8a" dependencies = [ "derive_builder", "font8x8", "itertools 0.14.0", "ratatui-core", + "ratatui-widgets", ] [[package]] diff --git a/kanash-ratzilla/Cargo.toml b/kanash-ratzilla/Cargo.toml index a8d09f4..553363e 100644 --- a/kanash-ratzilla/Cargo.toml +++ b/kanash-ratzilla/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] kanash-components = { path = "../kanash-components/" } ratzilla = "0.3.0" tachyonfx = { version = "0.25.0", default-features = false, features = ["wasm"] } -tui-big-text = "0.8.2" +tui-big-text = "0.8.4" web-time = "1.1.0" [dev-dependencies] diff --git a/kanash/Cargo.toml b/kanash/Cargo.toml index e2c4cdc..abc980f 100644 --- a/kanash/Cargo.toml +++ b/kanash/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["ratatui", "learning", "japanese", "TUI"] kanash-components = { path = "../kanash-components/", version = "0.1.6" } ratatui = "0.30.0" tachyonfx = "0.25.0" -tui-big-text = "0.8.2" +tui-big-text = "0.8.4" [dev-dependencies] crossterm = "0.29.0"