Skip to content

Commit 43fc81c

Browse files
committed
new binary release
1 parent eff2880 commit 43fc81c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ let package = Package(
1717
// Targets can depend on other targets in this package and products from dependencies.
1818
.binaryTarget(
1919
name: "RustXcframework",
20-
url: "https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.1.0/RustXcframework.xcframework.zip",
21-
checksum: "0772432798d2800aba31e5bc52a8ad248598efcfbf5d78a2dba11b0bee7c7f60"),
20+
url: "https://github.com/rustunit/bevy_ios_iap/releases/download/rs-0.1.1/RustXcframework.xcframework.zip",
21+
checksum: "02ce1e897058362cf4c12db55f557c6708dd8b8dc8e4bd34fd7e895e4b3fbf26"),
2222
.target(
2323
name: "bevy_ios_iap",
2424
dependencies: ["RustXcframework"]),

bevy_ios_iap/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ repository = "https://github.com/rustunit/bevy_ios_iap"
1111
keywords = ["bevy", "gamedev", "mobile", "ios", "swift"]
1212
description = "Bevy Plugin and Swift Package to provide access to iOS native StoreKit2 from inside Bevy Apps"
1313

14-
1514
[lib]
1615
crate-type = ["staticlib", "rlib"]
1716

0 commit comments

Comments
 (0)