# 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_easy_portals" version = "0.2.2" build = false exclude = [".github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy plugin for easy-to-use portals." documentation = "https://docs.rs/bevy_easy_portals" readme = "README.md" keywords = [ "bevy", "gamedev", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/chompaa/bevy_easy_portals" [lib] name = "bevy_easy_portals" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "mirror" path = "examples/mirror.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_pbr", "bevy_render", ] default-features = false [dev-dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "bevy_pbr", "bevy_render", "tonemapping_luts", "x11", ] default-features = false [features] default = [] gizmos = ["bevy/bevy_gizmos"] [lints.clippy] too_many_arguments = "allow" type_complexity = "allow"