Skip to content

Commit

Permalink
switch to crossbeam release and prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Jul 11, 2024
1 parent 0d66e09 commit bf26139
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Changed
* update to bevy `0.14`

## [0.2.1] - 2024-05-12

### Added
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ fn process_iap_events(
}
```

## Bevy version support

|bevy|bevy\_ios\_iap|
|---|---|
|0.14|0.3,main|
|0.13|0.2|

# License

All code in this repository is dual-licensed under either:
Expand Down
4 changes: 2 additions & 2 deletions bevy_ios_iap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_ios_iap"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
build = "build.rs"
readme = "../README.md"
Expand All @@ -19,7 +19,7 @@ bevy_app = { version = "0.14", default-features = false }
bevy_ecs = { version = "0.14", default-features = false }
bevy_ecs_macros = { version = "0.14", default-features = false }
bevy_log = { version = "0.14", default-features = false }
bevy_crossbeam_event = { git = "https://github.com/extrawurst/bevy_crossbeam_event.git", branch = "bevy-0.14" }
bevy_crossbeam_event = "0.6"
swift-bridge = "0.1"

[build-dependencies]
Expand Down

0 comments on commit bf26139

Please sign in to comment.