File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ description = "Bevy Plugin and Swift Package to provide access to iOS native Sto
1515crate-type = [" staticlib" , " rlib" ]
1616
1717[dependencies ]
18- bevy_app = { version = " 0.13 " , default-features = false }
19- bevy_ecs = { version = " 0.13 " , default-features = false }
20- bevy_ecs_macros = { version = " 0.13 " , default-features = false }
21- bevy_log = { version = " 0.13 " , default-features = false }
22- bevy_crossbeam_event = " 0.5 "
18+ bevy_app = { version = " 0.14 " , default-features = false }
19+ bevy_ecs = { version = " 0.14 " , default-features = false }
20+ bevy_ecs_macros = { version = " 0.14 " , default-features = false }
21+ 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 " }
2323swift-bridge = " 0.1"
2424
2525[build-dependencies ]
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ impl Plugin for IosIapPlugin {
4949 app. add_crossbeam_event :: < IosIapEvents > ( ) ;
5050
5151 let sender = app
52- . world
52+ . world ( )
5353 . get_resource :: < CrossbeamEventSender < IosIapEvents > > ( )
5454 . unwrap ( )
5555 . clone ( ) ;
You can’t perform that action at this time.
0 commit comments