Skip to content

Commit

Permalink
switch to my fork of tuikit
Browse files Browse the repository at this point in the history
In which I reverted the problematic "add transparency on start" commit
on top of v0.5.0 rather than pinning to v0.4 in skim.
  • Loading branch information
aswild committed Jul 30, 2024
1 parent 8c1ff7c commit 9c34879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
23 changes: 3 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log = "0.4.17"
env_logger = { version = "0.10", optional = true }
time = "0.3.13"
clap = { version = "4.1", optional = true, features = ["cargo", "deprecated", "wrap_help"] }
tuikit = "0.4.6"
tuikit = { git = "https://github.com/aswild/tuikit" }
vte = "0.11.0"
fuzzy-matcher = "0.3.7"
rayon = "1.5.3"
Expand Down

0 comments on commit 9c34879

Please sign in to comment.