From 46f42f681b3cd22b22eced72095e6c92bfc765a2 Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sat, 6 Apr 2024 21:01:34 -0400 Subject: [PATCH] docs: update crate version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a16cf5..ff11fbb 100644 --- a/README.md +++ b/README.md @@ -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: