# 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_iced" version = "0.5.0" authors = ["tasgon "] description = "Iced integration for Bevy" homepage = "https://github.com/tasgon/bevy_iced" documentation = "https://docs.rs/bevy_iced" readme = "README.md" keywords = [ "bevy", "iced", "ui", "game", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tasgon/bevy_iced" [dependencies.bevy_app] version = "0.13" [dependencies.bevy_derive] version = "0.13" [dependencies.bevy_ecs] version = "0.13" [dependencies.bevy_input] version = "0.13" [dependencies.bevy_math] version = "0.13" [dependencies.bevy_render] version = "0.13" [dependencies.bevy_utils] version = "0.13" [dependencies.bevy_window] version = "0.13" [dependencies.iced_core] version = "0.12" [dependencies.iced_renderer] version = "0.12" features = ["wgpu"] [dependencies.iced_runtime] version = "0.12" [dependencies.iced_wgpu] version = "0.12" [dependencies.iced_widget] version = "0.12" [dev-dependencies.bevy] version = "0.13" [dev-dependencies.rand] version = "0.8"