Skip to content

Commit 41f7d14

Browse files
committed
prepare for rust release
1 parent 70ab77f commit 41f7d14

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

bevy_ios_iap/Cargo.toml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ name = "bevy_ios_iap"
33
version = "0.1.0"
44
edition = "2021"
55
build = "build.rs"
6+
readme = "../../readme.md"
7+
license = "MIT"
8+
authors = ["extrawurst <[email protected]>"]
9+
documentation = "https://docs.rs/bevy_ios_iap"
10+
repository = "https://github.com/rustunit/bevy_ios_iap"
11+
keywords = ["bevy", "gamedev", "mobile", "ios", "swift"]
12+
description = "Bevy Plugin and Swift Package to provide access to iOS native StoreKit2 from inside Bevy Apps"
13+
614

715
[lib]
816
crate-type = ["staticlib", "rlib"]
@@ -12,8 +20,6 @@ bevy_app = { version = "0.13", default-features = false }
1220
bevy_ecs = { version = "0.13", default-features = false }
1321
bevy_ecs_macros = { version = "0.13", default-features = false }
1422
bevy_log = { version = "0.13", default-features = false }
15-
16-
# [target.'cfg(target_os = "ios")'.dependencies]
1723
bevy_crossbeam_event = "0.5"
1824
swift-bridge = "0.1"
1925

0 commit comments

Comments
 (0)