# 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 = "edger_bevy_view" version = "0.5.0" publish = true description = "edger.dev view abstraction with common layout support" homepage = "https://github.com/edger-dev/edger_bevy" license = "MIT OR Apache-2.0" repository = "https://github.com/edger-dev/edger_bevy" [dependencies.bevy] version = "0.14.0" default-features = false [dependencies.edger_bevy_shape] version = "0.5.0" optional = true [dependencies.edger_bevy_util] version = "0.5.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.snafu] version = "0.8.4" [features] default = [ "bevy/bevy_gltf", "bevy/bevy_render", "bevy/png", ] shape = [ "edger_bevy_shape", "rand", ]