# 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_sun_gizmo" version = "0.1.1" authors = ["davidasberg"] description = "A simple gizmo for directional lights in Bevy" homepage = "https://github.com/davidasberg/bevy_sun_gizmo" readme = "README.md" keywords = [ "bevy", "development", "gizmo", "lights", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/davidasberg/bevy_sun_gizmo" [dependencies.bevy] version = "0.13" features = [ "bevy_pbr", "bevy_render", "bevy_gizmos", ] default-features = false [dev-dependencies.bevy] version = "0.13" [dev-dependencies.bevy_panorbit_camera] version = "0.17.0"