File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- github : rustunit
1+ github : extrawurst
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ let package = Package(
1818 . binaryTarget(
1919 name: " RustXcframework " ,
2020 // for local development:
21- path: " RustXcframework.xcframework " ) ,
22- // url:
23- // "https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.8 .0/RustXcframework.xcframework.zip",
24- // checksum: "ab336f0d544e3a46a61b3c4b1c40de47c7dd9f3c94256b613b7acabd04f76883 "),
21+ // path: "RustXcframework.xcframework"),
22+ url:
23+ " https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.9 .0/RustXcframework.xcframework.zip " ,
24+ checksum: " 46f4d63c062384eca54a806ffddd4cf4e7db2de4f70d5d9544585426ac4734a0 " ) ,
2525 . target(
2626 name: " bevy_ios_iap " ,
2727 dependencies: [ " RustXcframework " ] ) ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.3.0"
44edition = " 2021"
55
66[dependencies ]
7- bevy_ios_iap = { path = " ../bevy_ios_iap " }
7+ bevy_ios_iap = " 0.9 "
88bevy = { version = " 0.18" , default-features = false }
99bevy_egui = { version = " 0.39" , default-features = false }
1010egui_extras = { version = " 0.33" }
You can’t perform that action at this time.
0 commit comments