Skip to content

Commit

Permalink
egui update
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jan 10, 2025
1 parent 4a55b80 commit bf1106f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions bevy_ios_iap_egui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## [0.1.1] - 2024-01-10

### Changed
* bevy_egui 0.32 upgrade
6 changes: 3 additions & 3 deletions bevy_ios_iap_egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "bevy_ios_iap_egui"
version = "0.1.0"
version = "0.1.1"
edition = "2021"

[dependencies]
bevy_ios_iap = "0.5"
bevy = { version = "0.15", default-features = false }
bevy_egui = { version = "0.31", default-features = false }
egui_extras = { version = "0.29" }
bevy_egui = { version = "0.32", default-features = false }
egui_extras = { version = "0.30" }

0 comments on commit bf1106f

Please sign in to comment.