# 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 = "frosty_grass" version = "0.0.1" exclude = [ "./assets", "./images", ] description = "A bevy plugin for rendering grass on 3D meshes using GPU instancing" readme = "README.md" keywords = [ "bevy", "gamedev", "grass", "rendering", "instancing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DavidHospital/FrostyGrass" [[example]] name = "grass_field" path = "examples/grass_field.rs" [dependencies.bevy] version = "0.12.1" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "bevy_pbr", "bevy_gltf", ] default-features = false [dependencies.bytemuck] version = "1.14.0" [dependencies.fastrand] version = "2.0.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.wgpu] version = "0.18.0" [dev-dependencies.bevy] version = "0.12.1" features = [ "bevy_winit", "x11", "ktx2", "zstd", "tonemapping_luts", ] default-features = false [dev-dependencies.noise] version = "0.8.2"