Skip to content

Commit bf26139

Browse files
committed
switch to crossbeam release and prep for release
1 parent 0d66e09 commit bf26139

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
### Changed
11+
* update to bevy `0.14`
12+
1013
## [0.2.1] - 2024-05-12
1114

1215
### Added

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ fn process_iap_events(
126126
}
127127
```
128128

129+
## Bevy version support
130+
131+
|bevy|bevy\_ios\_iap|
132+
|---|---|
133+
|0.14|0.3,main|
134+
|0.13|0.2|
135+
129136
# License
130137

131138
All code in this repository is dual-licensed under either:

bevy_ios_iap/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bevy_ios_iap"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
build = "build.rs"
66
readme = "../README.md"
@@ -19,7 +19,7 @@ bevy_app = { version = "0.14", default-features = false }
1919
bevy_ecs = { version = "0.14", default-features = false }
2020
bevy_ecs_macros = { version = "0.14", default-features = false }
2121
bevy_log = { version = "0.14", default-features = false }
22-
bevy_crossbeam_event = { git = "https://github.com/extrawurst/bevy_crossbeam_event.git", branch = "bevy-0.14" }
22+
bevy_crossbeam_event = "0.6"
2323
swift-bridge = "0.1"
2424

2525
[build-dependencies]

0 commit comments

Comments
 (0)