# 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_shader_utils" version = "0.7.0" exclude = [ "/screenshots", "/assets", "/examples", ] description = "A utility package that provides a series of noise functions and other utilities for use in wgpu shaders." homepage = "https://github.com/rust-adventure/bevy-examples/libs/bevy_shader_utils" readme = "README.md" keywords = [ "bevy", "wgpu", ] license = "MIT" repository = "https://github.com/rust-adventure/bevy-examples" [dependencies.bevy] version = "0.13" [dev-dependencies.bevy-inspector-egui] version = "0.23.4"