Skip to content

Commit

Permalink
docs: update crate version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stonks3141 committed Apr 7, 2024
1 parent 6dd8ba9 commit 46f42f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Add the crate to your `Cargo.toml`:

```toml
[dependencies]
catppuccin-egui = { version = "5.0", features = ["egui27"] }
catppuccin-egui = { version = "5.1", default-features = false, features = ["egui27"] }
```

To use a theme, call the `set_theme` function with a theme and the egui context:
Expand Down

0 comments on commit 46f42f6

Please sign in to comment.