# 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_blackout" version = "0.1.0" authors = ["Josh Hyatt "] description = "A plugin for the Bevy game engine that adds third-person visibility casting" readme = "README.md" keywords = [ "gamedev", "graphics", "shader", "bevy", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jnhyatt/bevy_blackout" [dependencies.bevy_app] version = "0.12" [dependencies.bevy_asset] version = "0.12" [dependencies.bevy_pbr] version = "0.12" [dependencies.bevy_reflect] version = "0.12" [dependencies.bevy_render] version = "0.12" [dev-dependencies.bevy] version = "0.12.1" [dev-dependencies.glam] version = "0.24.1" features = ["rand"] [dev-dependencies.rand] version = "0.8.5"