Skip to content

Commit

Permalink
docs: allow release please to update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sgoudham authored Oct 10, 2024
1 parent a34f691 commit 7365975
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,15 @@ catppuccin-egui uses Cargo features to add support for new egui versions without

Add the crate to your `Cargo.toml`:

<!-- x-release-please-start-version -->

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

<!-- x-release-please-end -->

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

```rust
Expand Down

0 comments on commit 7365975

Please sign in to comment.