Skip to content

Commit 9b2e39e

Browse files
committed
new switft package binary build
1 parent abb25da commit 9b2e39e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: rustunit
1+
github: extrawurst

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"]),

bevy_ios_iap_egui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]
7-
bevy_ios_iap = {path = "../bevy_ios_iap"}
7+
bevy_ios_iap = "0.9"
88
bevy = { version = "0.18", default-features = false }
99
bevy_egui = { version = "0.39", default-features = false }
1010
egui_extras = { version = "0.33" }

0 commit comments

Comments
 (0)