# 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_review" version = "0.2.0" authors = ["extrawurst "] description = "Bevy plugin for to request ios native review API from within the App" documentation = "https://docs.rs/bevy_ios_review" readme = "readme.md" keywords = [ "bevy", "gamedev", "mobile", "ios", "swift", ] license = "MIT" repository = "https://github.com/rustunit/bevy_ios_review" [dependencies.bevy] version = "0.14" features = ["bevy_winit"] default-features = false [dependencies.winit] version = "0.30" features = ["rwh_06"] default-features = false