# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_skybox" version = "0.5.0" authors = ["Jonathan Lawn "] include = ["src/**/*", "README.md", "CHANGELOG.md", "assets/*.vert", "assets/*.frag"] description = "A skybox from an image for bevyengine.org" documentation = "https://docs.rs/bevy_skybox/" readme = "README.md" keywords = ["bevy", "skybox", "gamedev", "graphics"] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/jomala/bevy_skybox/" [dependencies.bevy] version = "0.5" [dependencies.image] version = "0.23" [dependencies.itertools] version = "0.10" [dev-dependencies.bevy_fly_camera] version = "0.7" [dev-dependencies.bevy_log] version = "0.5" [dev-dependencies.rand] version = "0.8"