Skip to content

Commit bf1106f

Browse files
committed
egui update
1 parent 4a55b80 commit bf1106f

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

bevy_ios_iap_egui/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## Unreleased
9+
10+
## [0.1.1] - 2024-01-10
11+
12+
### Changed
13+
* bevy_egui 0.32 upgrade

bevy_ios_iap_egui/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "bevy_ios_iap_egui"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55

66
[dependencies]
77
bevy_ios_iap = "0.5"
88
bevy = { version = "0.15", default-features = false }
9-
bevy_egui = { version = "0.31", default-features = false }
10-
egui_extras = { version = "0.29" }
9+
bevy_egui = { version = "0.32", default-features = false }
10+
egui_extras = { version = "0.30" }

0 commit comments

Comments
 (0)