# 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 = "warbler_grass" version = "0.6.1" exclude = [ "scripts/", "./assets/", "branding", ] description = "A bevy plugin for creating 3d grass in your game" readme = "README.md" keywords = [ "bevy", "gamedev", "graphics", "grass", "rendering", ] license = "MIT OR Apache-2.0" repository = "https://github.com/EmiOnGit/warbler_grass" [[example]] name = "load_grass" path = "examples/load_grass.rs" required-features = [ "bevy/bevy_winit", "bevy/x11", ] [[example]] name = "many_chunks" path = "examples/many_chunks.rs" [[example]] name = "grass_colors" path = "examples/grass_colors.rs" [[example]] name = "stress_test" path = "examples/stress_test.rs" [[example]] name = "grass_mesh" path = "examples/grass_mesh.rs" [dependencies.bevy] version = "0.13" features = [ "bevy_core_pipeline", "bevy_render", "bevy_asset", "bevy_pbr", "png", "multi-threaded", ] default-features = false [dependencies.bitflags] version = "2" [dependencies.bytemuck] version = "1.13.0" [dependencies.image] version = "0.24.9" [dev-dependencies.bevy] version = "0.13" features = [ "bevy_winit", "x11", "ktx2", "zstd", "tonemapping_luts", "multi-threaded", ] default-features = false