# 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_alerts" version = "0.2.0" authors = ["extrawurst "] description = "Bevy plugin to request ios native UIAlert popups" documentation = "https://docs.rs/bevy_ios_alerts" readme = "README.md" keywords = [ "bevy", "gamedev", "mobile", "ios", "swift", ] license = "MIT" repository = "https://github.com/rustunit/bevy_ios_alerts" [dependencies.bevy] version = "0.14" default-features = false [target."cfg(target_os = \"ios\")".dependencies.bevy_crossbeam_event] version = "0.6"