# 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_toast" version = "0.1.1" exclude = [".readme_assets"] description = "A bevy plugin to easily show toast notifications to the player" keywords = [ "bevy", "toast", "notification", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/NightlySide/bevy_toast" resolver = "2" [dependencies.bevy] version = "0.6.1" features = ["png"] default-features = false [dependencies.bevy_tweening] version = "0.3.3" [dev-dependencies.bevy-inspector-egui] version = "0.8.2"