Skip to content

Commit

Permalink
fix(deps)!: Update egui to 0.22 (#6)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Public dependency egui updated from 0.21 to 0.22
  • Loading branch information
DKolter authored May 26, 2023
1 parent b951aba commit 8c97331
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "catppuccin-egui"
version = "2.0.1"
version = "2.0.2"
authors = ["Sam Nystrom <sam@samnystrom.dev>"]
edition = "2021"
description = "Soothing pastel theme for egui."
Expand All @@ -14,7 +14,7 @@ categories = ["gui"]
exclude = ["assets/"]

[dependencies]
egui = "0.21"
egui = "0.22"

[dev-dependencies]
eframe = "0.21"
eframe = "0.22"

0 comments on commit 8c97331

Please sign in to comment.