# 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_compute_noise" version = "0.2.1" build = false exclude = [ "examples/*", "assets/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy plugin for generating tilable 2D/3D noise textures using compute shaders" documentation = "https://docs.rs/bevy_compute_noise/latest/bevy_compute_noise/" readme = "README.md" keywords = [ "bevy", "noise", "perlin", "worley", "shaders", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jadedbay/bevy_compute_noise" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [lib] name = "bevy_compute_noise" path = "src/lib.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_asset", ] default-features = false [dependencies.bytemuck] version = "1.15" [dependencies.rand] version = "0.8" [dev-dependencies.bevy] version = "0.14" features = [ "bevy_winit", "x11", "tonemapping_luts", "bevy_pbr", "bevy_sprite", ] default-features = false [dev-dependencies.bevy-inspector-egui] version = "0.25"