# 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_procedural_grass" version = "0.2.0" description = "A plugin for bevy to generate grass" documentation = "https://docs.rs/bevy_procedural_grass/latest/bevy_procedural_grass/" readme = "README.md" keywords = [ "bevy", "grass", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jadedbay/bevy_procedural_grass/" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [[example]] name = "inspect" required-features = ["bevy-inspector-egui"] [dependencies.bevy] version = "0.12.1" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "bevy_pbr", ] default-features = false [dependencies.bevy-inspector-egui] version = "0.21.0" optional = true [dependencies.bytemuck] version = "1.14.0" [dependencies.image] version = "0.24.7" features = [ "png", "jpeg", ] [dependencies.noise] version = "0.8.2" [dependencies.rand] version = "0.8.5" [dev-dependencies.bevy] version = "0.12.1" features = [ "bevy_winit", "x11", "tonemapping_luts", ] default-features = false [dev-dependencies.bevy_flycam] version = "0.12.0" [features] bevy-inspector-egui = ["dep:bevy-inspector-egui"]