Skip to content

Commit 2f957cd

Browse files
authored
Update ratatuis (#136)
1 parent f2be5e3 commit 2f957cd

File tree

4 files changed

+58
-59
lines changed

4 files changed

+58
-59
lines changed

Cargo.lock

Lines changed: 54 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ name = "tdf"
2323

2424
[dependencies]
2525
# we're using this branch because it has significant performance fixes that I'm waiting on responses from the upstream devs to get upstreamed. See https://github.com/ratatui-org/ratatui/issues/1116
26-
ratatui = { git = "https://github.com/itsjunetime/ratatui.git", rev = "4209a4e7e8bff298d8f18c220eb29423c293177b", default-features = false, features = [ "crossterm", "layout-cache" ] }
26+
ratatui = { git = "https://github.com/itsjunetime/ratatui.git", rev = "720ac2d0cad1ac6424364fea74856fec9c100cb1", default-features = false, features = [ "crossterm", "layout-cache" ] }
2727
# ratatui = { path = "./ratatui/ratatui/" }
2828
# We're using this to have the vb64 feature (for faster base64 encoding, since that does take up a good bit of time when converting images to the `Protocol`. It also just includes a few more features that I'm waiting on main to upstream
29-
ratatui-image = { git = "https://github.com/itsjunetime/ratatui-image.git", rev = "cd865215737d18980379b69d20918d22f6357dda", default-features = false }
29+
ratatui-image = { git = "https://github.com/itsjunetime/ratatui-image.git", rev = "a276a87cb8e2976442c6cc59db831db81551da89", default-features = false }
3030
# ratatui-image = { path = "./ratatui-image", default-features = false }
3131
crossterm = { version = "0.29.0", features = ["event-stream"] }
3232
# crossterm = { path = "../crossterm", features = ["event-stream"] }

0 commit comments

Comments
 (0)