Skip to content

Commit

Permalink
Merge pull request #105 from jguhlin/Ratatui-Fun
Browse files Browse the repository at this point in the history
Ratatui fun
  • Loading branch information
jguhlin authored Dec 3, 2024
2 parents f388b4e + 650b226 commit 430b3ba
Show file tree
Hide file tree
Showing 16 changed files with 1,892 additions and 436 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ minimap2-sys is the raw FFI bindings to minimap2. minimap2 is the more opinionat
# How to use
## Requirements
```toml
minimap2 = "0.1.21+minimap2.2.28"
minimap2 = "0.1.22+minimap2.2.28"
```
Also see [Features](#features)

Expand All @@ -20,6 +20,7 @@ Tested with rustc 1.82.0 and nightly. So probably a good idea to upgrade before
## Minimap2 Version Table
| minimap2-rs | minimap2 |
|-------------|----------|
| 0.1.22 | 2.28 |
| 0.1.21 | 2.28 |
| 0.1.20 | 2.28 |
| 0.1.19 | 2.28 |
Expand Down
1 change: 1 addition & 0 deletions fakeminimap2/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log
Loading

0 comments on commit 430b3ba

Please sign in to comment.