# 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_atmosphere" version = "0.10.0" authors = ["JonahPlusPlus <33059163+JonahPlusPlus@users.noreply.github.com>"] exclude = [ "/assets/", "/examples/", "/.github/", ] description = "A procedural sky plugin for bevy" homepage = "https://github.com/JonahPlusPlus/bevy_atmosphere" documentation = "https://docs.rs/bevy_atmosphere" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JonahPlusPlus/bevy_atmosphere" [[example]] name = "basic" path = "examples/basic.rs" required-features = ["default"] [[example]] name = "cycle" path = "examples/cycle.rs" required-features = ["default"] [[example]] name = "detection" path = "examples/detection.rs" required-features = ["default"] [[example]] name = "gradient" path = "examples/gradient.rs" required-features = ["default"] [[example]] name = "models" path = "examples/models.rs" required-features = ["default"] [[example]] name = "nishita" path = "examples/nishita.rs" required-features = ["default"] [[example]] name = "settings" path = "examples/settings.rs" required-features = ["default"] [[example]] name = "splitscreen" path = "examples/splitscreen.rs" required-features = ["default"] [dependencies.bevy] version = "0.14" features = [ "bevy_asset", "bevy_render", "bevy_pbr", ] default-features = false [dependencies.bevy_atmosphere_macros] version = "0.6" [dependencies.cfg-if] version = "1.0" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_core_pipeline", "x11", ] [dev-dependencies.bevy_spectator] version = "0.6" [features] all_models = [ "gradient", "nishita", ] basic = [ "detection", "dithering", "procedural", ] default = [ "basic", "all_models", ] detection = [] dithering = [] gradient = [] nishita = [] procedural = []