From 8c973310a66b4a7fd1788ccf15e72cbd5f7f9f7d Mon Sep 17 00:00:00 2001 From: DKolter <68352124+DKolter@users.noreply.github.com> Date: Fri, 26 May 2023 04:46:32 +0200 Subject: [PATCH] fix(deps)!: Update egui to 0.22 (#6) BREAKING CHANGE: Public dependency egui updated from 0.21 to 0.22 --- CHANGELOG.md | 4 ++++ Cargo.toml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bacb62e..4472997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.0.2](https://github.com/catppuccin/egui/compare/v2.0.1...v2.0.2) (2023-05-25) + +* Bump egui version to 0.22 + ## [2.0.1](https://github.com/catppuccin/egui/compare/v2.0.0...v2.0.1) (2023-03-24) diff --git a/Cargo.toml b/Cargo.toml index b0e32fe..9cf1e07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catppuccin-egui" -version = "2.0.1" +version = "2.0.2" authors = ["Sam Nystrom "] edition = "2021" description = "Soothing pastel theme for egui." @@ -14,7 +14,7 @@ categories = ["gui"] exclude = ["assets/"] [dependencies] -egui = "0.21" +egui = "0.22" [dev-dependencies] -eframe = "0.21" +eframe = "0.22"