# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bevy_ios_gamecenter" version = "0.2.0" authors = ["extrawurst "] build = "build.rs" description = "Bevy Plugin and Swift Package to provide access to iOS native GameKit (Gamecenter) from inside Bevy Apps" documentation = "https://docs.rs/bevy_ios_gamecenter" readme = "README.md" keywords = [ "bevy", "gamedev", "mobile", "ios", "swift", ] license = "MIT" repository = "https://github.com/rustunit/bevy_ios_gamecenter" [lib] crate-type = [ "staticlib", "rlib", ] [dependencies.base64] version = "0.22" [dependencies.bevy_app] version = "0.14" default-features = false [dependencies.bevy_crossbeam_event] version = "0.6" [dependencies.bevy_ecs] version = "0.14" default-features = false [dependencies.bevy_ecs_macros] version = "0.14" default-features = false [dependencies.bevy_log] version = "0.14" default-features = false [dependencies.swift-bridge] version = "0.1" [build-dependencies.swift-bridge-build] version = "0.1"